mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 17:49:15 +02:00
Fix compilation error due to missing imports
This commit is contained in:
parent
37cdba8ddd
commit
63faf51685
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ use pathdiff::diff_paths;
|
||||||
use prettytable::{format::FormatBuilder, Cell, Row, Table};
|
use prettytable::{format::FormatBuilder, Cell, Row, Table};
|
||||||
#[cfg(feature = "qrcode")]
|
#[cfg(feature = "qrcode")]
|
||||||
use qr2term::print_qr;
|
use qr2term::print_qr;
|
||||||
#[cfg(feature = "archive")]
|
|
||||||
use tempfile::{Builder as TempBuilder, NamedTempFile};
|
use tempfile::{Builder as TempBuilder, NamedTempFile};
|
||||||
|
|
||||||
use super::select_api_version;
|
use super::select_api_version;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue