Disable length_delimited deprecation warning. (#321)

Until tokio-rs/tokio#680 is resolved, we should allow using deprecated
APIs in the codec module.
This commit is contained in:
Carl Lerche
2018-10-16 08:21:23 -07:00
committed by GitHub
parent 00ca534c4a
commit 9bbbe7ebd5

View File

@@ -1,3 +1,6 @@
// Until tokio-rs/tokio#680 is fixed
#![allow(deprecated)]
mod error;
mod framed_read;
mod framed_write;