Skip to content

Commit

Permalink
fix unused to make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
smolck committed May 12, 2024
1 parent b2f0e37 commit b40906d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gif.rs
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit b40906d

Please sign in to comment.