Remove FullRange from the prelude etc.

This commit is contained in:
Nick Cameron
2015-01-28 14:54:25 +13:00
parent a9d465fec9
commit c64a96d385
5 changed files with 14 additions and 0 deletions

View File

@@ -26,7 +26,10 @@
// Reexported core operators
pub use marker::{Copy, Send, Sized, Sync};
#[cfg(stage0)]
pub use ops::{Drop, Fn, FnMut, FnOnce, FullRange};
#[cfg(not(stage0))]
pub use ops::{Drop, Fn, FnMut, FnOnce};
// Reexported functions
pub use iter::range;