rust/clippy_lints
Samuel Tardieu 3a39629597 Refactor function after adding a new diagnostic item
The `has_eligible_receiver()` function had been adapted *a minima* when
the `sym::ControlFlow` diagnostic item has been added to rustc. This
refactors the function content to make its meaning clearer.
2025-02-27 00:48:02 +01:00
..
src Refactor function after adding a new diagnostic item 2025-02-27 00:48:02 +01:00
Cargo.toml Bump Clippy version -> 0.1.87 2025-02-20 15:26:51 +01:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.