mirror of
https://github.com/openharmony/third_party_rust_bytes.git
synced 2026-07-20 20:06:46 -04:00
Make serde module private (#262)
This commit is contained in:
committed by
Carl Lerche
parent
e3de5089d6
commit
4b63faa97e
+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