remove extern crate statements
This commit is contained in:
parent
fa49084778
commit
2a56b0f4ad
1 changed files with 2 additions and 9 deletions
11
src/main.rs
11
src/main.rs
|
@ -1,16 +1,9 @@
|
|||
#![forbid(unsafe_code)]
|
||||
|
||||
extern crate actix;
|
||||
extern crate actix_web;
|
||||
extern crate chrono;
|
||||
extern crate env_logger;
|
||||
extern crate reqwest;
|
||||
extern crate ron;
|
||||
extern crate serde;
|
||||
extern crate tokio;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
#[macro_use]
|
||||
extern crate tera;
|
||||
extern crate ring;
|
||||
|
||||
#[cfg(feature = "rss_feed")]
|
||||
extern crate rss;
|
||||
|
|
Loading…
Reference in a new issue