소스 검색

Fix error in last commit due to incorrect conditional compilation

timvisee 5 년 전
부모
커밋
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")]