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/libcore/array.rs | |
| parent | eaf4c5c784637f3df8bdebc6ec21dbd4bc69420a (diff) | |
| download | rust-134cf707dfb8f37d735d20ff261366b7c2d916a6.tar.gz rust-134cf707dfb8f37d735d20ff261366b7c2d916a6.zip | |
register snapshots
Diffstat (limited to 'src/libcore/array.rs')
| -rw-r--r-- | src/libcore/array.rs | 3 |
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}; |
