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? # 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
Tracking RFC for rust-lang/rfcs#199
The text was updated successfully, but these errors were encountered:
cc #13660
Sorry, something went wrong.
_mut
auto merge of #17268 : aturon/rust/mut-conventions, r=alexcrichton
c378e65
As per [RFC 52](https://github.com/rust-lang/rfcs/blob/master/active/0052-ownership-variants.md), use `_mut` suffixes to mark mutable variants, and `into_iter` for moving iterators. Additional details and motivation in the RFC. Note that the iterator *type* names are not changed by this RFC; those are awaiting a separate RFC for standardization. Closes #13660 Closes #16810 [breaking-change]
0e784e1
Auto merge of rust-lang#16810 - Young-Flash:unused_var_fix, r=Veykril
40ee359
feat: add fix for unused_variables add a leading underscore for unused variable
aturon
Successfully merging a pull request may close this issue.
Tracking RFC for rust-lang/rfcs#199
The text was updated successfully, but these errors were encountered: