Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan-bailey committed Aug 17, 2024
1 parent 5bbfc4c commit 60b68c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kermit-kvs/src/naivestore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use {
std::{
collections::HashMap,
fs::File,
hash::{BuildHasher, BuildHasherDefault, DefaultHasher, Hash, Hasher},
hash::{BuildHasher, BuildHasherDefault, DefaultHasher, Hash},
path::Path,
},
};
Expand Down

0 comments on commit 60b68c8

Please sign in to comment.