rust/clippy_lints
Alex Macleod 5ac96576ae
ptr_cast_constness: avoid suggesting unresolvable method call (#15540)
changelog: [`ptr_cast_constness`]: avoid suggesting unresolvable method
call

Spell check says "unresolvable" isn't a word. Which repository do I open
a PR against to fix that?

Fixes https://github.com/rust-lang/rust-clippy/issues/11317
2025-09-02 14:08:02 +00:00
..
src ptr_cast_constness: avoid suggesting unresolvable method call (#15540) 2025-09-02 14:08:02 +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.