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:
bors 2014-07-12 23:31:33 +00:00
commit f606234b70

View File

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