mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
daed86445d
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. Fixes #93906.