auto merge of #15617 : aturon/rust/std-more-experimental, r=alexcrichton
The `hash` module was not included in an earlier pass that sets baseline stability of modules within `std` to `experimental`.
This commit is contained in:
commit
f606234b70
@ -61,6 +61,8 @@
|
||||
* ```
|
||||
*/
|
||||
|
||||
#![experimental]
|
||||
|
||||
pub use core_collections::hash::{Hash, Hasher, Writer, hash, sip};
|
||||
|
||||
use default::Default;
|
||||
|
Loading…
Reference in New Issue
Block a user