Skip to content

Commit

Permalink
Use correct default hasher import
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Apr 18, 2024
1 parent 370319d commit f7671bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/controller.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use std::borrow::Cow;
use std::collections::hash_map::DefaultHasher;
use std::collections::BTreeMap;
use std::hash::{DefaultHasher, Hash, Hasher};
use std::hash::{Hash, Hasher};
use std::sync::Arc;

use chrono::{DateTime, Utc};
Expand Down

0 comments on commit f7671bb

Please sign in to comment.