mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
1962ce08ef
Don't emit RETURN_SELF_NOT_MUST_USE lint if `Self` already is marked as `#[must_use]` New bug discovered with this lint. Hopefully, this is the last one. --- changelog: none