mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
58413c09cd
OrdIterator: the doc says that values must implement `PartialOrd`, while the implementation is only for `Ord` values. It looks like this initially got out of sync in 4e1c215. Removed the doc sentence entirely since it seems redundant.
MultiplicativeIterator: Fixed weird sentence.