mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-01 01:23:26 +00:00
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.
This commit is contained in:
commit
e2ec8e71ce
@ -51,6 +51,7 @@ pub use old_iter::{CopyableIter, CopyableOrderedIter, CopyableNonstrictIter};
|
||||
pub use old_iter::{ExtendedMutableIter};
|
||||
pub use iter::{Times, FromIter};
|
||||
// FIXME: #5898 pub use iterator::{Iterator, IteratorUtil};
|
||||
pub use iterator::Iterator;
|
||||
pub use num::{Num, NumCast};
|
||||
pub use num::{Orderable, Signed, Unsigned, Round};
|
||||
pub use num::{Algebraic, Trigonometric, Exponential, Hyperbolic};
|
||||
|
Loading…
Reference in New Issue
Block a user