mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
45424c7e75
Great for spotting false positives/broken suggestions of applicable lints. There are false positives though becasue I'm not sure yet how to silence rustc warnings while keeping clippy warnings. Sometimes rustc makes a suggestion that fails to apply and the implementation does not differenciate between clippy and rustc warnings when applying lint suggestions. changelog: none