about summary refs log tree commit diff
path: root/library/std/src/hash/random.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/hash/random.rs')
-rw-r--r--library/std/src/hash/random.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/std/src/hash/random.rs b/library/std/src/hash/random.rs
index 0adf91e14ac..8ef45172eac 100644
--- a/library/std/src/hash/random.rs
+++ b/library/std/src/hash/random.rs
@@ -10,8 +10,7 @@
 #[allow(deprecated)]
 use super::{BuildHasher, Hasher, SipHasher13};
 use crate::cell::Cell;
-use crate::fmt;
-use crate::sys;
+use crate::{fmt, sys};
 
 /// `RandomState` is the default state for [`HashMap`] types.
 ///