mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-14 00:00:13 +02:00
Fixed error on Rust master - no drop flag requires feature
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#![feature(core)]
|
||||
#![feature(alloc)]
|
||||
#![feature(unsafe_no_drop_flag)]
|
||||
|
||||
pub use byte_buf::{ByteBuf, ROByteBuf, MutByteBuf};
|
||||
pub use byte_str::{SeqByteStr, SmallByteStr, SmallByteStrBuf};
|
||||
|
||||
Reference in New Issue
Block a user