about summary refs log tree commit diff
path: root/clippy_lints/src/methods/chars_cmp.rs
AgeCommit message (Expand)AuthorLines
2021-04-06Fix all occurences of `needless_borrow` internallyJason Newcomb-1/+1
2021-03-18extract conditions for `from_iter_instead_of_collect` into its own moduleTakayuki Maeda-1/+1
2021-03-18move chars_cmp and chars_next_cmp to its own modulesTakayuki Maeda-0/+54