Remove RingBufReader and RingBufWriter types

This commit is contained in:
Florian Hartwig
2015-03-09 22:24:42 -07:00
committed by Carl Lerche
parent 113bff22c6
commit 6f00c6117b
2 changed files with 19 additions and 37 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
pub use byte_buf::{ByteBuf, ROByteBuf, MutByteBuf};
pub use byte_str::{SeqByteStr, SmallByteStr, SmallByteStrBuf};
pub use bytes::Bytes;
pub use ring::{RingBuf, RingBufReader, RingBufWriter};
pub use ring::RingBuf;
pub use rope::{Rope, RopeBuf};
pub use slice::{SliceBuf, MutSliceBuf};