mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
c29cc600fd
Lint `#[must_use]` attributes applied to methods in trait impls The `#[must_use]` attribute has no effect when applied to methods in trait implementations. This PR adds it to the unused `#[must_use]` lint, and cleans the extra attributes in portable-simd and Clippy.