Skip to content

Commit

Permalink
chore: remove unnecessary allow on string module
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Sep 16, 2022
1 parent 18eb0b4 commit 68158c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ mod date;
#[allow(missing_docs)]
mod directive;
mod error;
#[allow(missing_docs)]
mod string;
#[allow(missing_docs)]
mod transaction;
Expand Down

0 comments on commit 68158c9

Please sign in to comment.