rust/clippy_lints
bors c85ceeae3f Auto merge of #10821 - Centri3:unnecessary_operation_cast_underscore, r=dswij
Emit `unnecessary_cast` on raw pointers as well

Supersedes(?) #10782, since this and #10567 will cover the original issue.
Does not lint on type aliases or inferred types.

changelog: [`unnecessary_cast`]: Also emit on casts between raw pointers with the same type and constness
2023-06-02 17:23:56 +00:00
..
src Auto merge of #10821 - Centri3:unnecessary_operation_cast_underscore, r=dswij 2023-06-02 17:23:56 +00:00
Cargo.toml Auto merge of #10871 - flip1995:rustup, r=flip1995 2023-06-02 08:22:37 +00:00
README.md

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