Register new snapshots
This commit is contained in:
parent
665ea963d3
commit
47f91a9484
30 changed files with 25 additions and 547 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue