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

@@ -126,11 +126,3 @@ pub fn oom() -> ! {
// optimize it out).
#[doc(hidden)]
pub fn fixme_14344_be_sure_to_link_to_collections() {}
// NOTE: remove after next snapshot
#[cfg(all(stage0, not(test)))]
#[doc(hidden)]
mod std {
pub use core::fmt;
pub use core::option;
}