Fix incorrect conditional compilation feature
This commit is contained in:
parent
ddf0e191a3
commit
da49dc5345
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Reference in a new issue