Skip to content

Commit

Permalink
refactor: deny unwrap() usage
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Jan 22, 2024
1 parent d0e1163 commit 9e35d9a
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
@@ -1,3 +1,5 @@
#![deny(clippy::unwrap_used)]

pub mod config;
pub mod context;
pub mod db;
Expand Down

0 comments on commit 9e35d9a

Please sign in to comment.