about summary refs log tree commit diff
path: root/clippy_lints/src/methods/single_char_insert_string.rs
AgeCommit message (Expand)AuthorLines
2024-10-13Check MethodCall/Call arg count earlier or at allGnomedDev-1/+1
2024-06-11Add lint to check manual pattern char comparison and merge its code with sing...AurelienFT-3/+2
2024-06-09Fix dogfood testArtem Belyakov-1/+1
2024-06-09Handle single chars with `to_string()` for `single_char_add_str`Artem Belyakov-1/+41
2024-04-11reduce `single_char_pattern` to only lint on ascii charsAndre Bogus-1/+1
2022-09-23Apply uninlined_format-args to clippy_lintsYuri Astrakhan-1/+1
2022-09-05separate the receiver from arguments in HIR under /clippyTakayuki Maeda-4/+4
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-2/+3
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-0/+27