Skip to content

Commit e2ec8e7

Browse files
committed
auto merge of #7008 : thestinger/rust/iterator, r=catamorphism
The `IteratorUtil` trait hits a bug in method resolve, but the basic trait has no issue.
2 parents 8db1d2c + d27ba09 commit e2ec8e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)