mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 17:49:15 +02:00
Remove extern crate imports not needed anymore in Rust 2018 [ci skip]
This commit is contained in:
parent
b3ffbc3b35
commit
0ac37fb8fd
1 changed files with 0 additions and 8 deletions
|
@ -1,22 +1,14 @@
|
||||||
extern crate chbs;
|
|
||||||
extern crate chrono;
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate clap;
|
extern crate clap;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate derive_builder;
|
extern crate derive_builder;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate failure;
|
extern crate failure;
|
||||||
extern crate ffsend_api;
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate lazy_static;
|
extern crate lazy_static;
|
||||||
extern crate openssl_probe;
|
|
||||||
extern crate prettytable;
|
|
||||||
extern crate rpassword;
|
|
||||||
extern crate serde;
|
|
||||||
#[cfg(feature = "history")]
|
#[cfg(feature = "history")]
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate serde_derive;
|
extern crate serde_derive;
|
||||||
extern crate tempfile;
|
|
||||||
|
|
||||||
mod action;
|
mod action;
|
||||||
#[cfg(feature = "archive")]
|
#[cfg(feature = "archive")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue