Skip to content

Commit

Permalink
Remove unused import in lfp
Browse files Browse the repository at this point in the history
  • Loading branch information
sd234678 committed May 3, 2019
1 parent 1e9a4e9 commit 7de4a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/bin/lfp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extern crate walkdir;

use docopt::Docopt;
use std::{path, fs, io};
use std::io::{BufRead, Write};
use std::io::BufRead;

fn main () {
let args: Args = Docopt::new(USAGE)
Expand Down

0 comments on commit 7de4a68

Please sign in to comment.