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
Just the same optimization done for the other pointer types, strings and vectors.
This also applies to trait objects.
The text was updated successfully, but these errors were encountered:
(bug triage) Not a release blocker, IMO. At least not without knowing how much space it would save.
Sorry, something went wrong.
No change.
@luqmana This was fixed in #15406, right?
Yep, it was.
Auto merge of rust-lang#6791 - TaKO8Ki:iter-count, r=matthiaskrgr
eb04beb
New lint: `iter_count` This pull request adds a new lint named `iter_count`. --- closes rust-lang/rust-clippy#6262 changelog: new lint `iter_count`
No branches or pull requests
Just the same optimization done for the other pointer types, strings and vectors.
This also applies to trait objects.
The text was updated successfully, but these errors were encountered: