mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-12 00:00:14 +02:00
Make serde module private (#262)
This commit is contained in:
committed by
Carl Lerche
parent
55aa530dc1
commit
47fdf06e34
+1
-2
@@ -87,8 +87,7 @@ pub use bytes::{Bytes, BytesMut};
|
||||
|
||||
// Optional Serde support
|
||||
#[cfg(feature = "serde")]
|
||||
#[doc(hidden)]
|
||||
pub mod serde;
|
||||
mod serde;
|
||||
|
||||
// Optional `Either` support
|
||||
#[cfg(feature = "either")]
|
||||
|
||||
Reference in New Issue
Block a user