Register new snapshots

This commit is contained in:
Alex Crichton 2015-02-17 19:49:22 -08:00
parent 665ea963d3
commit 47f91a9484
30 changed files with 25 additions and 547 deletions

View file

@ -497,17 +497,6 @@ pub struct Open01<F>(pub F);
/// ```
pub struct Closed01<F>(pub F);
// NOTE: remove after next snapshot
#[cfg(all(stage0, not(test)))]
mod std {
pub use core::{option, fmt}; // panic!()
pub use core::clone; // derive Clone
pub use core::marker;
// for-loops
pub use core::iter;
pub use core::ops; // slicing syntax
}
#[cfg(test)]
mod test {
use std::rand;