Browse Source

Fix error in last commit due to incorrect conditional compilation

timvisee 5 năm trước cách đây
mục cha
commit
a6656c06b2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/action/upload.rs

+ 0 - 1
src/action/upload.rs

@@ -1,6 +1,5 @@
 use std::env::current_dir;
 use std::fs;
-#[cfg(feature = "archive")]
 use std::io::Error as IoError;
 use std::path::Path;
 #[cfg(feature = "archive")]