diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-08-11 14:31:23 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-08-11 15:11:13 -0700 |
| commit | 938099a7ebccbad2a2cad58d71df316d5ccd512c (patch) | |
| tree | c5d2fd50e82f15ea20e3d7501a8c547f34cafb7a /src/libstd/path.rs | |
| parent | 91c618f133a35ffccc7e03e06f9318c59d091ae3 (diff) | |
| download | rust-938099a7ebccbad2a2cad58d71df316d5ccd512c.tar.gz rust-938099a7ebccbad2a2cad58d71df316d5ccd512c.zip | |
Register new snapshots
* Lots of core prelude imports removed * Makefile support for MSVC env vars and Rust crates removed * Makefile support for morestack removed
Diffstat (limited to 'src/libstd/path.rs')
| -rw-r--r-- | src/libstd/path.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libstd/path.rs b/src/libstd/path.rs index 5b456b580e5..0de6b74aabc 100644 --- a/src/libstd/path.rs +++ b/src/libstd/path.rs @@ -98,9 +98,6 @@ #![stable(feature = "rust1", since = "1.0.0")] -#[cfg(stage0)] -use core::prelude::v1::*; - use ascii::*; use borrow::{Borrow, IntoCow, ToOwned, Cow}; use cmp; @@ -135,8 +132,6 @@ use self::platform::{is_sep_byte, is_verbatim_sep, MAIN_SEP_STR, parse_prefix}; #[cfg(unix)] mod platform { use super::Prefix; - #[cfg(stage0)] - use core::prelude::v1::*; use ffi::OsStr; #[inline] @@ -159,8 +154,6 @@ mod platform { #[cfg(windows)] mod platform { - #[cfg(stage0)] - use core::prelude::v1::*; use ascii::*; use super::{os_str_as_u8_slice, u8_slice_as_os_str, Prefix}; @@ -1750,8 +1743,6 @@ impl AsRef<Path> for PathBuf { #[cfg(test)] mod tests { use super::*; - #[cfg(stage0)] - use core::prelude::v1::*; use string::{ToString, String}; use vec::Vec; |
