We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e3ef9 commit 8500ad5Copy full SHA for 8500ad5
clippy_dev/src/lib.rs
@@ -219,7 +219,7 @@ fn parse_contents(content: &str, module: &str) -> impl Iterator<Item = Lint> {
219
lints.chain(deprecated).collect::<Vec<Lint>>().into_iter()
220
}
221
222
-/// Collects all .rs files in the `clippy_lints/src` and `clippy_lints/src` directories
+/// Collects all .rs files in the `clippy_lints/src` and `clippy_utils/src` directories
223
fn lint_files() -> impl Iterator<Item = walkdir::DirEntry> {
224
// We use `WalkDir` instead of `fs::read_dir` here in order to recurse into subdirectories.
225
// Otherwise we would not collect all the lints, for example in `clippy_lints/src/methods/`.
0 commit comments