Skip to content

Commit 30f832b

Browse files
committed
Clippy
1 parent 70049a9 commit 30f832b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

node/src/sub_lib/ttl_hashmap.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use std::rc::Rc;
88
use std::time::Duration;
99
use std::time::Instant;
1010

11+
#[allow(clippy::type_complexity)]
1112
pub struct TtlHashMap<K, V>
1213
where
1314
K: Hash + Clone,

0 commit comments

Comments
 (0)