Fix incorrect conditional compilation feature

This commit is contained in:
timvisee 2019-03-15 01:12:28 +01:00
parent ddf0e191a3
commit da49dc5345
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -12,7 +12,7 @@ use ffsend_api::action::version::Error as VersionError;
use ffsend_api::config::{upload_size_max, UPLOAD_SIZE_MAX_RECOMMENDED};
use ffsend_api::pipe::ProgressReporter;
use prettytable::{format::FormatBuilder, Cell, Row, Table};
#[cfg(feature = "history")]
#[cfg(feature = "qrcode")]
use qr2term::print_qr;
#[cfg(feature = "archive")]
use tempfile::{Builder as TempBuilder, NamedTempFile};