Skip to content

Commit

Permalink
mark std::hash experimental
Browse files Browse the repository at this point in the history
The `hash` module was not included in an earlier pass that sets baseline
stability of modules within `std` to `experimental`.
  • Loading branch information
aturon committed Jul 11, 2014
1 parent 75c1fb5 commit 9321fe7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libstd/hash.rs
Expand Up @@ -61,6 +61,8 @@
* ```
*/

#![experimental]

pub use core_collections::hash::{Hash, Hasher, Writer, hash, sip};

use default::Default;
Expand Down

5 comments on commit 9321fe7

@bors
Copy link
Contributor

@bors bors commented on 9321fe7 Jul 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at aturon@9321fe7

@bors
Copy link
Contributor

@bors bors commented on 9321fe7 Jul 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging aturon/rust/std-more-experimental = 9321fe7 into auto

@bors
Copy link
Contributor

@bors bors commented on 9321fe7 Jul 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aturon/rust/std-more-experimental = 9321fe7 merged ok, testing candidate = f606234

@bors
Copy link
Contributor

@bors bors commented on 9321fe7 Jul 13, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = f606234

Please sign in to comment.