diff --git a/src/lib.rs b/src/lib.rs
index d32b52c3bc9d18b6e321650a9a9d55ea5a281010..e0d8131d54642e8064ce58762f3bba71c33b4c75 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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};