mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
563da5248d
`unused_self` false positive fixes #5351 Remove the for loop in `unused_self` so that lint enabled for one method doesn't trigger on another method. changelog: Fix false positive in `unused_self` around lint gates on impl items