about summary refs log tree commit diff
path: root/src/libcore/array.rs
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2015-01-31 09:16:56 -0500
committerJorge Aparicio <japaricious@gmail.com>2015-02-02 13:38:32 -0500
commit134cf707dfb8f37d735d20ff261366b7c2d916a6 (patch)
treeaf32e703eb9a1f1564a803bde5c97e372184017f /src/libcore/array.rs
parenteaf4c5c784637f3df8bdebc6ec21dbd4bc69420a (diff)
downloadrust-134cf707dfb8f37d735d20ff261366b7c2d916a6.tar.gz
rust-134cf707dfb8f37d735d20ff261366b7c2d916a6.zip
register snapshots
Diffstat (limited to 'src/libcore/array.rs')
-rw-r--r--src/libcore/array.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcore/array.rs b/src/libcore/array.rs
index ec3d9783255..5c4567e567b 100644
--- a/src/libcore/array.rs
+++ b/src/libcore/array.rs
@@ -20,9 +20,6 @@ use fmt;
 use hash::{Hash, Hasher, self};
 use iter::IntoIterator;
 use marker::Copy;
-#[cfg(stage0)]
-use ops::{Deref, FullRange};
-#[cfg(not(stage0))]
 use ops::Deref;
 use option::Option;
 use slice::{Iter, IterMut, SliceExt};