Skip to content

Commit

Permalink
Remove extern crate declarations that are unnecessary in Rust 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawchord committed Mar 10, 2019
1 parent 25c050d commit a85139d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib.rs
@@ -1,13 +1,7 @@
extern crate mio;
#[macro_use]
extern crate lazy_static;
extern crate context;
#[macro_use]
extern crate slog;
extern crate slog_term;
extern crate slog_async;
extern crate slab;
extern crate num_cpus;

use slog::{Logger, Drain};

Expand Down

0 comments on commit a85139d

Please sign in to comment.