We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57d04f4 + 7de4a68 commit 1e59c6dCopy full SHA for 1e59c6d
tools/src/bin/lfp.rs
@@ -7,7 +7,7 @@ extern crate walkdir;
7
8
use docopt::Docopt;
9
use std::{path, fs, io};
10
-use std::io::{BufRead, Write};
+use std::io::BufRead;
11
12
fn main () {
13
let args: Args = Docopt::new(USAGE)
0 commit comments