Browse Source

Remove `extern crate` annotations from lib.rs.

Jing Yang 3 năm trước cách đây
mục cha
commit
317527adf4
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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;