We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8db1d2c + d27ba09 commit e2ec8e7Copy full SHA for e2ec8e7
src/libstd/prelude.rs
@@ -51,6 +51,7 @@ pub use old_iter::{CopyableIter, CopyableOrderedIter, CopyableNonstrictIter};
51
pub use old_iter::{ExtendedMutableIter};
52
pub use iter::{Times, FromIter};
53
// FIXME: #5898 pub use iterator::{Iterator, IteratorUtil};
54
+pub use iterator::Iterator;
55
pub use num::{Num, NumCast};
56
pub use num::{Orderable, Signed, Unsigned, Round};
57
pub use num::{Algebraic, Trigonometric, Exponential, Hyperbolic};
0 commit comments