Просмотр исходного кода

Fix error in last commit due to incorrect conditional compilation

timvisee 5 лет назад
Родитель
Сommit
a6656c06b2
1 измененных файлов с 0 добавлено и 1 удалено
  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")]