Skip to content

Commit 42fb07d

Browse files
authored
Remove outdated comment in random.rs about std::hash::DefaultHasher being inaccessible
Fixes rust-lang#134717 (confirmed by @hkBst)
1 parent af952c1 commit 42fb07d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

library/std/src/hash/random.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
//! [`collections`] module without actually publicly exporting them, so that parts of that
33
//! implementation can more easily be moved to the [`alloc`] crate.
44
//!
5-
//! Although its items are public and contain stability attributes, they can't actually be accessed
6-
//! outside this crate.
7-
//!
85
//! [`collections`]: crate::collections
96
107
#[allow(deprecated)]

0 commit comments

Comments
 (0)