Skip to content

Commit d27ba09

Browse files
committed
add the Iterator trait to the prelude
1 parent b8cf2f8 commit d27ba09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/prelude.rs

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ pub use old_iter::{CopyableIter, CopyableOrderedIter, CopyableNonstrictIter};
5151
pub use old_iter::{ExtendedMutableIter};
5252
pub use iter::{Times, FromIter};
5353
// FIXME: #5898 pub use iterator::{Iterator, IteratorUtil};
54+
pub use iterator::Iterator;
5455
pub use num::{Num, NumCast};
5556
pub use num::{Orderable, Signed, Unsigned, Round};
5657
pub use num::{Algebraic, Trigonometric, Exponential, Hyperbolic};

0 commit comments

Comments
 (0)