mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-19 00:00:09 +02:00
io: allow deprecated code in length_delimited test (#759)
This file is testing deprecated code, so it should be permitted to access deprecated code.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// This file is testing deprecated code.
|
||||
#![allow(deprecated)]
|
||||
|
||||
extern crate tokio_io;
|
||||
extern crate futures;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user