Register new snapshots
* Lots of core prelude imports removed * Makefile support for MSVC env vars and Rust crates removed * Makefile support for morestack removed
This commit is contained in:
parent
91c618f133
commit
938099a7eb
95 changed files with 25 additions and 483 deletions
|
@ -17,9 +17,6 @@
|
|||
|
||||
#![stable(feature = "rust1", since = "1.0.0")]
|
||||
|
||||
#[cfg(stage0)]
|
||||
use core::prelude::v1::*;
|
||||
|
||||
use fmt;
|
||||
use ffi::OsString;
|
||||
use io::{self, SeekFrom, Seek, Read, Write};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue