diff --git a/library/std/src/hash/random.rs b/library/std/src/hash/random.rs index 236803b24a2ec..4bbbb3d301b8f 100644 --- a/library/std/src/hash/random.rs +++ b/library/std/src/hash/random.rs @@ -2,9 +2,6 @@ //! [`collections`] module without actually publicly exporting them, so that parts of that //! implementation can more easily be moved to the [`alloc`] crate. //! -//! Although its items are public and contain stability attributes, they can't actually be accessed -//! outside this crate. -//! //! [`collections`]: crate::collections #[allow(deprecated)]