We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I suggest to remove or disable this: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#range_plus_one
Because in some cases the ..= closed intervals are slower (less efficient) than regular intervals.
The text was updated successfully, but these errors were encountered:
Do you have any sources about the slowdown?
Sorry, something went wrong.
An example here: rust-lang/rust#45222
This issue still persists. It would be helpful to at least note this in the "Known problems" section.
7ae2442
Successfully merging a pull request may close this issue.
I suggest to remove or disable this:
https://rust-lang-nursery.github.io/rust-clippy/master/index.html#range_plus_one
Because in some cases the ..= closed intervals are slower (less efficient) than regular intervals.
The text was updated successfully, but these errors were encountered: