Skip to content

Commit

Permalink
Make serde module private (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar authored and carllerche committed Jun 7, 2019
1 parent 55aa530 commit 47fdf06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Expand Up @@ -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")]
Expand Down

0 comments on commit 47fdf06

Please sign in to comment.