Add io feature

This commit is contained in:
Carl Lerche
2015-02-14 19:47:31 -08:00
parent d7a9e9ffc9
commit a3fea6b1e2
+1 -3
View File
@@ -1,9 +1,7 @@
#![crate_name = "bytes"]
#![unstable]
#![feature(core)]
#![feature(alloc)]
#![feature(unsafe_no_drop_flag)]
#![feature(alloc, core, io, unsafe_no_drop_flag)]
pub use byte_buf::{ByteBuf, ROByteBuf, MutByteBuf};
pub use byte_str::{SeqByteStr, SmallByteStr, SmallByteStrBuf};