Browse Source

Fix extraneous import

Samuel W. Flint 3 years ago
parent
commit
0ddcfb84eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.rs

+ 1 - 1
src/main.rs

@@ -3,7 +3,7 @@ extern crate clap;
 use clap::App;
 
 use std::env;
-use std::path::{Path, PathBuf};
+use std::path::Path;
 
 mod lib;