Remove deprecated-in-0.1.x APIs

This commit is contained in:
Sean McArthur
2019-08-20 14:22:10 -07:00
parent f46840f3fa
commit f31ec5d0da
6 changed files with 2 additions and 51 deletions

View File

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