We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a0264 commit 87ff215Copy full SHA for 87ff215
clippy_dev/src/lib.rs
@@ -146,7 +146,6 @@ fn gather_from_file(dir_entry: &walkdir::DirEntry) -> impl Iterator<Item = Lint>
146
let mut content = String::new();
147
file.read_to_string(&mut content).unwrap();
148
let mut filename = dir_entry.path().file_stem().unwrap().to_str().unwrap();
149
- println!("{}", filename);
150
// If the lints are stored in mod.rs, we get the module name from
151
// the containing directory:
152
if filename == "mod" {
0 commit comments