Skip to content

Commit 87ff215

Browse files
committed
Remove accidental print statement
1 parent 82a0264 commit 87ff215

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_dev/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ fn gather_from_file(dir_entry: &walkdir::DirEntry) -> impl Iterator<Item = Lint>
146146
let mut content = String::new();
147147
file.read_to_string(&mut content).unwrap();
148148
let mut filename = dir_entry.path().file_stem().unwrap().to_str().unwrap();
149-
println!("{}", filename);
150149
// If the lints are stored in mod.rs, we get the module name from
151150
// the containing directory:
152151
if filename == "mod" {

0 commit comments

Comments
 (0)