mark std::hash experimental
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:
parent
75c1fb535d
commit
9321fe7a7b
@ -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