Browse Source

Fix extraneous import

Samuel W. Flint 3 năm trước cách đây
mục cha
commit
0ddcfb84eb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;