Skip to content

Commit 8500ad5

Browse files
committed
Typo
1 parent 50e3ef9 commit 8500ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_dev/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ fn parse_contents(content: &str, module: &str) -> impl Iterator<Item = Lint> {
219219
lints.chain(deprecated).collect::<Vec<Lint>>().into_iter()
220220
}
221221

222-
/// Collects all .rs files in the `clippy_lints/src` and `clippy_lints/src` directories
222+
/// Collects all .rs files in the `clippy_lints/src` and `clippy_utils/src` directories
223223
fn lint_files() -> impl Iterator<Item = walkdir::DirEntry> {
224224
// We use `WalkDir` instead of `fs::read_dir` here in order to recurse into subdirectories.
225225
// Otherwise we would not collect all the lints, for example in `clippy_lints/src/methods/`.

0 commit comments

Comments
 (0)