mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-05-09 23:27:57 +00:00
Use a non-stupid path for bytes::ByteBuf
This commit is contained in:
@@ -55,7 +55,7 @@ use de::{Deserialize, Deserializer, EnumVisitor, Error, MapVisitor, SeqVisitor,
|
|||||||
VariantVisitor, Visitor};
|
VariantVisitor, Visitor};
|
||||||
use de::from_primitive::FromPrimitive;
|
use de::from_primitive::FromPrimitive;
|
||||||
|
|
||||||
use super::super::bytes::ByteBuf;
|
use bytes::ByteBuf;
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user