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:
Aaron Turon 2014-07-11 14:25:15 -07:00
parent 75c1fb535d
commit 9321fe7a7b

View File

@ -61,6 +61,8 @@
* ```
*/
#![experimental]
pub use core_collections::hash::{Hash, Hasher, Writer, hash, sip};
use default::Default;