about summary refs log tree commit diff
path: root/clippy_lints/src/methods/single_char_insert_string.rs
AgeCommit message (Expand)AuthorLines
2021-03-18replace crate::methods::utils with super::utilsTakayuki Maeda-1/+1
2021-03-18move get_hint_if_single_char_arg to methods/utils.rsTakayuki Maeda-1/+1
2021-03-15Don't re-export clippy_utils::diagnostics::*Cameron Steffen-1/+1
2021-03-15Move some utils to clippy_utils::source moduleCameron Steffen-1/+2
2021-03-11move single_char_insert_string to its own moduleTakayuki Maeda-0/+27