rust/clippy_lints
dswij f245d85a2f
transmuting_null: Check const integer casts (#16227)
Additionally removed the comment about MIR const propagation as it is
now outdated

changelog: [`transmuting_null`]: now checks const integers being casted
to pointers
2025-12-18 15:43:05 +00:00
..
src transmuting_null: Check const integer casts (#16227) 2025-12-18 15:43:05 +00:00
Cargo.toml Bump Clippy version -> 0.1.94 2025-12-11 18:48:15 +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.