You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…xprs, r=cjgillot
Lint against more useless `#[must_use]` attributes
This expands the existing `#[must_use]` check in `unused_attributes` to lint against pretty much everything `#[must_use]` doesn't support.
Fixesrust-lang#93906.
I tried this code:
I expected to see this happen: Warning that it is unused.
Instead, this happened: Not warning.
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: