mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
Remove unused code (#44)
* remove unused #[macro_use] and #[allow(unused_macros)] * remove unused FnBox trait * remove unused temporary variable * remove Evented trait requirement to implement Debug
This commit is contained in:
committed by
Alex Crichton
parent
31f8cb9467
commit
0b54557796
@@ -86,7 +86,6 @@
|
||||
#![doc(html_root_url = "https://docs.rs/tokio-core/0.1")]
|
||||
#![deny(missing_docs)]
|
||||
#![deny(warnings)]
|
||||
#![allow(unused_macros)]
|
||||
|
||||
extern crate bytes;
|
||||
#[macro_use]
|
||||
|
||||
Reference in New Issue
Block a user