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
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,8 @@
|
|||
* ```
|
||||
*/
|
||||
|
||||
#![experimental]
|
||||
|
||||
pub use core_collections::hash::{Hash, Hasher, Writer, hash, sip};
|
||||
|
||||
use default::Default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue