rust/clippy_lints
rail 4b478a5731 Add a new lint ptr_as_ptr,
which checks for `as` casts between raw pointers
without changing its mutability
and suggest replacing it with `pointer::cast`.
2021-01-05 10:19:03 +13:00
..
src Add a new lint ptr_as_ptr, 2021-01-05 10:19:03 +13:00
Cargo.toml Bump Clippy version to 0.1.51 2021-01-02 16:26:10 +01:00
README.md

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