Skip to content

Commit

Permalink
feat!: remove public things that shouldn't be public (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel authored Jun 27, 2020
1 parent 64c6fef commit f9fa655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ extern crate validator_derive;
pub mod block_elements;
pub mod blocks;
pub mod compose;
pub mod val_helpr;
mod val_helpr;

#[macro_export]
#[doc(hidden)]
macro_rules! impl_from_contents {
($enum_name:ident, $variant:ident, $contents_type:ty) => {
impl From<$contents_type> for $enum_name {
Expand Down

0 comments on commit f9fa655

Please sign in to comment.