rust/clippy_lints
bors 1f8f982f22 Auto merge of #13504 - samueltardieu:needless-raw-strings, r=Alexendoo
Check for needless raw strings in `format_args!()` template as well

changelog: [`needless_raw_strings`, `needless_raw_string_hashes`]: check `format_args!()` template as well

Fix #13503
2024-10-09 01:35:08 +00:00
..
src Auto merge of #13504 - samueltardieu:needless-raw-strings, r=Alexendoo 2024-10-09 01:35:08 +00:00
Cargo.toml Merge commit '7901289135' into clippy-subtree-update 2024-09-24 11:58:04 +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.