Remove unused extern crate declatations

This commit is contained in:
Valentin Brandl 2019-04-30 14:39:55 +02:00
parent 6b68d291c8
commit a0ea761dd8
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -2,8 +2,6 @@
extern crate actix_web; extern crate actix_web;
#[macro_use] #[macro_use]
extern crate lazy_static; extern crate lazy_static;
extern crate reqwest;
extern crate serde_json;
#[macro_use] #[macro_use]
extern crate serde_derive; extern crate serde_derive;