Skip to content

Commit

Permalink
Merge pull request #1944 from sd234678/remove-unused-import
Browse files Browse the repository at this point in the history
Remove unused import in lfp
  • Loading branch information
steveklabnik authored Sep 15, 2019
2 parents 57d04f4 + 7de4a68 commit 1e59c6d
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 1e59c6d

Please sign in to comment.