diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2015-01-31 09:16:56 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2015-02-02 13:38:32 -0500 |
| commit | 134cf707dfb8f37d735d20ff261366b7c2d916a6 (patch) | |
| tree | af32e703eb9a1f1564a803bde5c97e372184017f /src/libstd/path/mod.rs | |
| parent | eaf4c5c784637f3df8bdebc6ec21dbd4bc69420a (diff) | |
| download | rust-134cf707dfb8f37d735d20ff261366b7c2d916a6.tar.gz rust-134cf707dfb8f37d735d20ff261366b7c2d916a6.zip | |
register snapshots
Diffstat (limited to 'src/libstd/path/mod.rs')
| -rw-r--r-- | src/libstd/path/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/path/mod.rs b/src/libstd/path/mod.rs index b5409da9c9c..74b8757f6a9 100644 --- a/src/libstd/path/mod.rs +++ b/src/libstd/path/mod.rs @@ -68,8 +68,6 @@ use fmt; use iter::IteratorExt; use option::Option; use option::Option::{None, Some}; -#[cfg(stage0)] -use ops::FullRange; use str; use str::StrExt; use string::{String, CowString}; |
