mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-01 00:00:10 +02:00
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:
committed by
Lucio Franco
parent
83e8fff090
commit
39f369f686
@@ -10,7 +10,7 @@
|
||||
//! [`Stream`]: #
|
||||
//! [transports]: #
|
||||
|
||||
#![deny(missing_docs, missing_debug_implementations, warnings)]
|
||||
#![deny(missing_docs, missing_debug_implementations)]
|
||||
#![doc(hidden, html_root_url = "https://docs.rs/tokio-codec/0.1.0")]
|
||||
|
||||
// _tokio_codec are the items that belong in the `tokio_codec` crate. However, because we need to
|
||||
|
||||
+1
-1
@@ -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-io/0.1.12")]
|
||||
|
||||
//! Core I/O traits and combinators when working with Tokio.
|
||||
|
||||
Reference in New Issue
Block a user