Skip to content

Commit

Permalink
impl_serde module didn't need to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
novacrazy committed Jul 8, 2019
1 parent e99431a commit ae2147b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mod hex;
mod impls;

#[cfg(feature = "serde")]
pub mod impl_serde;
mod impl_serde;

use core::iter::FromIterator;
use core::marker::PhantomData;
Expand Down

0 comments on commit ae2147b

Please sign in to comment.