v0.1.x: Don't deny warnings (#1368)

This is just too aggressive for a stable maintenance branch of tokio,
in that new rust release warnings are prooving too hard to fix.
This commit is contained in:
David Kellum
2019-09-30 18:28:26 -04:00
committed by Lucio Franco
parent 83e8fff090
commit 39f369f686
48 changed files with 14 additions and 69 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#![deny(missing_docs, missing_debug_implementations, warnings)]
#![deny(missing_docs, missing_debug_implementations)]
#![doc(html_root_url = "https://docs.rs/tokio-executor/0.1.8")]
//! Task execution related traits and utilities.