about summary refs log tree commit diff
path: root/clippy_lints/src/create_dir.rs
AgeCommit message (Expand)AuthorLines
2022-08-02use slice match more oftentabokie-2/+2
2022-06-05Make [`create_dir`] example ignoredSerial-3/+3
2021-11-10Added `clippy::version` attribute to all normal lintsxFrednet-0/+1
2021-07-28Update lint documentation to use markdown headlinesxFrednet-5/+5
2021-04-06Fix all occurences of `needless_borrow` internallyJason Newcomb-1/+1
2021-03-17Don't re-export clippy_utils::*Cameron Steffen-1/+1
2021-03-15Don't re-export clippy_utils::diagnostics::*Cameron Steffen-1/+2
2021-03-15Move some utils to clippy_utils::source moduleCameron Steffen-1/+2
2020-12-16Typo: std::fs::crate_dir -> std::fs::create_dirNaughty-1/+1
2020-09-08Change suggestion to `create_dir_all({})` from `std::fs::create_dir_all({})`Hirochika Matsumoto-1/+1
2020-08-31Use `match_def_path` instead of `match_qpath`Hirochika Matsumoto-2/+3
2020-08-29Downgrade applicability of `create_dir`Hirochika Matsumoto-1/+1
2020-08-28Fix errorsHirochika Matsumoto-2/+2
2020-08-28Fix clippy errorHirochika Matsumoto-1/+1
2020-08-28Add STD_FS_CREATE_DIR into pathsHirochika Matsumoto-2/+2
2020-08-28Add a new lint to prevent `create_dir` from being usedHirochika Matsumoto-0/+50