From a6656c06b290a68b220118490ee9e8c7fa4e11c7 Mon Sep 17 00:00:00 2001 From: timvisee Date: Fri, 10 Jan 2020 16:40:19 +0100 Subject: [PATCH] Fix error in last commit due to incorrect conditional compilation --- src/action/upload.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/action/upload.rs b/src/action/upload.rs index 037b4f4..df76221 100644 --- a/src/action/upload.rs +++ b/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")]