rust/clippy_lints
Samuel Tardieu a421ffbadb
Fix wildcard_enum_match_arm suggests wrongly with raw identifiers (#15093)
Closes rust-lang/rust-clippy#15091

The lack of ability to escape raw identifiers is a known issue of
Clippy. In this case, it can be avoided by snippet from the code.

changelog: [`wildcard_enum_match_arm`] fix wrong suggestions with raw
identifiers
2025-06-21 16:52:03 +00:00
..
src Fix wildcard_enum_match_arm suggests wrongly with raw identifiers (#15093) 2025-06-21 16:52:03 +00:00
Cargo.toml Prepare to split lints into multiple crates 2025-06-18 22:37:23 -04: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.