Browse Source

Remove `extern crate` annotations from lib.rs.

Jing Yang 3 years ago
parent
commit
317527adf4
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/lib.rs

+ 0 - 5
src/lib.rs

@@ -1,8 +1,3 @@
-extern crate bytes;
-extern crate crossbeam_channel;
-extern crate rand;
-extern crate tokio;
-
 #[cfg(feature = "tracing")]
 mod tracing;