about summary refs log tree commit diff
path: root/clippy_lints/src/methods/utils.rs
AgeCommit message (Expand)AuthorLines
2021-04-06Fix all occurences of `needless_borrow` internallyJason Newcomb-1/+1
2021-03-25merge importsTakayuki Maeda-2/+1
2021-03-18move get_hint_if_single_char_arg to methods/utils.rsTakayuki Maeda-1/+33
2021-03-18use clippy_utils::ty::is_type_diagnostic_itemTakayuki Maeda-1/+1
2021-03-18move derefs_to_slice to methods/utils.rsTakayuki Maeda-0/+46