Skip to content

Commit d23b17d

Browse files
committed
misc: remove useless stuff
Signed-off-by: Anthony Griffon <[email protected]>
1 parent 81f2af7 commit d23b17d

File tree

1 file changed

+0
-2
lines changed
  • app/roster/src/domain/storage

1 file changed

+0
-2
lines changed

app/roster/src/domain/storage/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
//! Storage primitive which is used to interact with Keys
22
33
use std::hash::BuildHasherDefault;
4-
use std::mem::size_of_val;
54
use std::sync::atomic::AtomicU32;
65
use std::sync::Arc;
76

87
use bytes::Bytes;
98
use bytestring::ByteString;
109
use coarsetime::Instant;
11-
use rand::random;
1210
use rustc_hash::FxHasher;
1311
use scc::HashMap;
1412

0 commit comments

Comments
 (0)