We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f2af7 commit d23b17dCopy full SHA for d23b17d
app/roster/src/domain/storage/mod.rs
@@ -1,14 +1,12 @@
1
//! Storage primitive which is used to interact with Keys
2
3
use std::hash::BuildHasherDefault;
4
-use std::mem::size_of_val;
5
use std::sync::atomic::AtomicU32;
6
use std::sync::Arc;
7
8
use bytes::Bytes;
9
use bytestring::ByteString;
10
use coarsetime::Instant;
11
-use rand::random;
12
use rustc_hash::FxHasher;
13
use scc::HashMap;
14
0 commit comments