-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Lint for unused borrows as part of UNUSED_MUST_USE #86426
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
Conversation
Thanks for the PR! I'm sorry, but I am pretty swamped currently and this is not in my core area of expertise. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clippy changes LGTM
r? @Aaron1011 |
The FCP previously completed in #76894 (comment). Code LGTM. @bors r+ |
📌 Commit 884336e has been approved by |
…=Aaron1011 Lint for unused borrows as part of UNUSED_MUST_USE close rust-lang#76264 base on rust-lang#76894 r? `@RalfJung`
☀️ Test successful - checks-actions |
…aron1011 Lint for unused borrows as part of UNUSED_MUST_USE close rust-lang#76264 base on rust-lang#76894 r? `@RalfJung`
This produces an `unused_must_use` warning on nightly: rust-lang/rust#86426
This produces an `unused_must_use` warning on nightly: rust-lang/rust#86426
close #76264
base on #76894
r? @RalfJung