Fix errors and warnings with current rust nightly

This commit is contained in:
Florian Hartwig
2015-03-19 16:23:29 +01:00
parent e806a59b4a
commit 3f9b7f6d46
5 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#![crate_name = "bytes"]
#![unstable]
#![feature(alloc, core, io, unsafe_no_drop_flag)]
#![feature(alloc, core, unsafe_no_drop_flag)]
pub use byte_buf::{ByteBuf, ROByteBuf, MutByteBuf};
pub use byte_str::{SeqByteStr, SmallByteStr, SmallByteStrBuf};