Skip to content

Commit

Permalink
style: allow unwrap for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueOneEcho committed Nov 3, 2024
1 parent cc06311 commit bb56db1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ pub use verbosity::*;
mod colors;
mod error;
#[cfg(test)]
#[allow(clippy::unwrap_used)]
mod error_tests;
mod logger;
#[cfg(test)]
#[allow(clippy::unwrap_used)]
mod logger_tests;
mod time_format;
mod verbosity;

0 comments on commit bb56db1

Please sign in to comment.