Skip to content

Commit 9321fe7

Browse files
committed
mark std::hash experimental
The `hash` module was not included in an earlier pass that sets baseline stability of modules within `std` to `experimental`.
1 parent 75c1fb5 commit 9321fe7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/hash.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
* ```
6262
*/
6363

64+
#![experimental]
65+
6466
pub use core_collections::hash::{Hash, Hasher, Writer, hash, sip};
6567

6668
use default::Default;

0 commit comments

Comments
 (0)