Skip to content

Commit 1e59c6d

Browse files
authored
Merge pull request #1944 from sd234678/remove-unused-import
Remove unused import in lfp
2 parents 57d04f4 + 7de4a68 commit 1e59c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/src/bin/lfp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extern crate walkdir;
77

88
use docopt::Docopt;
99
use std::{path, fs, io};
10-
use std::io::{BufRead, Write};
10+
use std::io::BufRead;
1111

1212
fn main () {
1313
let args: Args = Docopt::new(USAGE)

0 commit comments

Comments
 (0)