Skip to content
Snippets Groups Projects
Commit 1442ad21 authored by Valerii Hiora's avatar Valerii Hiora
Browse files

Fixed error on Rust master - no drop flag requires feature

parent 4ebffd01
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#![feature(core)] #![feature(core)]
#![feature(alloc)] #![feature(alloc)]
#![feature(unsafe_no_drop_flag)]
pub use byte_buf::{ByteBuf, ROByteBuf, MutByteBuf}; pub use byte_buf::{ByteBuf, ROByteBuf, MutByteBuf};
pub use byte_str::{SeqByteStr, SmallByteStr, SmallByteStrBuf}; pub use byte_str::{SeqByteStr, SmallByteStr, SmallByteStrBuf};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment