mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-25 00:00:22 +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
|
// Optional Serde support
|
||||||
#[cfg(feature = "serde")]
|
#[cfg(feature = "serde")]
|
||||||
#[doc(hidden)]
|
mod serde;
|
||||||
pub mod serde;
|
|
||||||
|
|
||||||
// Optional `Either` support
|
// Optional `Either` support
|
||||||
#[cfg(feature = "either")]
|
#[cfg(feature = "either")]
|
||||||
|
|||||||
Reference in New Issue
Block a user