diff options
Diffstat (limited to 'library/std/src/hash/mod.rs')
| -rw-r--r-- | library/std/src/hash/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/std/src/hash/mod.rs b/library/std/src/hash/mod.rs index 63abed3ce74..bd9bbf29875 100644 --- a/library/std/src/hash/mod.rs +++ b/library/std/src/hash/mod.rs @@ -87,5 +87,5 @@ pub(crate) mod random; #[stable(feature = "rust1", since = "1.0.0")] pub use core::hash::*; -// #[stable(feature = "std_hash_exports", since = "CURRENT_RUSTC_VERSION")] -pub(crate) use self::random::{DefaultHasher, RandomState}; +#[stable(feature = "std_hash_exports", since = "CURRENT_RUSTC_VERSION")] +pub use self::random::{DefaultHasher, RandomState}; |
