Browse Source

Fix error in last commit due to incorrect conditional compilation

timvisee 5 years ago
parent
commit
a6656c06b2
1 changed files with 0 additions and 1 deletions
  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")]