mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-27 00:00:17 +02:00
Fixed error on Rust master - no drop flag requires feature
This commit is contained in:
@@ -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};
|
||||||
|
|||||||
Reference in New Issue
Block a user