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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/hash/random.rs b/library/std/src/hash/random.rs
index a1ccbb25369..0adf91e14ac 100644
--- a/library/std/src/hash/random.rs
+++ b/library/std/src/hash/random.rs
@@ -6,6 +6,7 @@
 //! outside this crate.
 //!
 //! [`collections`]: crate::collections
+
 #[allow(deprecated)]
 use super::{BuildHasher, Hasher, SipHasher13};
 use crate::cell::Cell;