Explorar el Código

Fix extraneous import

Samuel W. Flint hace 3 años
padre
commit
0ddcfb84eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;