rust/clippy_lints
Samuel Tardieu 8a8caeb99c
ptr_as_ptr: fix incorrect suggestion with pointer::cast and macros (#15514)
Fixes https://github.com/rust-lang/rust-clippy/issues/15232

changelog: [`ptr_as_ptr`]: fix incorrect suggestion with `pointer::cast`
and macros
2025-08-22 17:19:44 +00:00
..
src ptr_as_ptr: fix incorrect suggestion with pointer::cast and macros (#15514) 2025-08-22 17:19:44 +00:00
Cargo.toml Merge commit '334fb906ae' into clippy-subtree-update 2025-08-07 17:05:15 +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.