Remove unneeded macro_use

This commit is contained in:
Alex Crichton
2017-01-23 20:16:12 -08:00
parent fcdeb0e5d6
commit 5b425dfed9
-1
View File
@@ -90,7 +90,6 @@
#![doc(html_root_url = "https://docs.rs/tokio-core/0.1")]
#![deny(missing_docs)]
#[macro_use]
extern crate futures;
extern crate mio;
extern crate slab;