Przeglądaj źródła

Remove `extern crate` annotations from lib.rs.

Jing Yang 3 lat temu
rodzic
commit
317527adf4
1 zmienionych plików z 0 dodań i 5 usunięć
  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;