From 63faf516853979cded99bf251d521eebf5a12b86 Mon Sep 17 00:00:00 2001 From: timvisee Date: Fri, 9 Apr 2021 16:20:42 +0200 Subject: [PATCH] Fix compilation error due to missing imports --- src/action/upload.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/action/upload.rs b/src/action/upload.rs index eda13fa..a59e487 100644 --- a/src/action/upload.rs +++ b/src/action/upload.rs @@ -19,7 +19,6 @@ use pathdiff::diff_paths; use prettytable::{format::FormatBuilder, Cell, Row, Table}; #[cfg(feature = "qrcode")] use qr2term::print_qr; -#[cfg(feature = "archive")] use tempfile::{Builder as TempBuilder, NamedTempFile}; use super::select_api_version;