Remove Take/TakeMut

This commit is contained in:
Carl Lerche
2017-02-16 10:36:00 -08:00
parent 0e0066e8a0
commit bababa8797
2 changed files with 1 additions and 14 deletions
-1
View File
@@ -16,5 +16,4 @@ pub use buf::{
Reader,
Writer,
};
pub use buf::take::{Take, TakeMut};
pub use bytes::{Bytes, BytesMut};