diff --git a/src/gif.rs b/src/gif.rs index 5de307e..b8f4877 100644 --- a/src/gif.rs +++ b/src/gif.rs @@ -1,3 +1,5 @@ +#![allow(unused)] // just cuz we have JSON deserialized stuff that we don't all use + // TODO(smolcK): we could do something about that idk, I like having the types use serde::Deserialize; use std::collections::HashMap;