-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Remove iter::timesi #3130
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Glad to see timesi go, it is an abomination. One more small thing: a |
For the record, I don't love the |
While I don't love |
This issue is resolved by the above pull request. |
Added crates to the non-alphabetical treated imports
Related changes: - rust-lang#118310: Add `Ord::cmp` for primitives as a `BinOp` in MIR - rust-lang#120131: Add support to `Pat` pattern type - rust-lang#122935: Rename CastKind::PointerWithExposedProvenance - rust-lang#123097: Adapt to changes to local_def_path_hash_to_def_id Resolves rust-lang#3130, rust-lang#3142
Most people would rather have a
.to
method (and trait presumably) for Ord types and a range function that (probably) uses that method.The text was updated successfully, but these errors were encountered: