about summary refs log tree commit diff
path: root/clippy_lints/src/string_patterns.rs
AgeCommit message (Expand)AuthorLines
2024-07-17Refactor for using config values:Jason Newcomb-3/+5
2024-06-15Change MSRV check for manual_pattern_char_comparison only for pattern arraysAurelienFT-5/+6
2024-06-15add MSRV for manual_pattern_char_comparisonAurelienFT-3/+19
2024-06-11Add lint to check manual pattern char comparison and merge its code with sing...AurelienFT-0/+227