There was an error while loading. Please reload this page.
1 parent 70049a9 commit 30f832bCopy full SHA for 30f832b
1 file changed
node/src/sub_lib/ttl_hashmap.rs
@@ -8,6 +8,7 @@ use std::rc::Rc;
8
use std::time::Duration;
9
use std::time::Instant;
10
11
+#[allow(clippy::type_complexity)]
12
pub struct TtlHashMap<K, V>
13
where
14
K: Hash + Clone,
0 commit comments