-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove iter::timesi #3130
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: