rust/clippy_lints
Samuel Tardieu cc5d1a5ab5 Post non_std_lazy_statics type warnings onto the right node
When a `non_std_lazy_statics` warning is generated about an item type which
can be replaced by a standard library one, ensure that the lint happens on
the item HIR node so that it can be expected.
2025-05-06 22:47:13 +02:00
..
src Post non_std_lazy_statics type warnings onto the right node 2025-05-06 22:47:13 +02:00
Cargo.toml Merge commit '0621446356' into clippy-subtree-update 2025-04-22 18:24:43 +02: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.