Skip to content

Commit 3462f3f

Browse files
committed
chore: Add Unwrap Clippy Lint
1 parent 43a8b94 commit 3462f3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// #![deny(missing_docs)]
22
#![deny(clippy::print_stdout)]
33
#![deny(clippy::print_stderr)]
4+
#![deny(clippy::unwrap_used)]
5+
46

57
pub mod batch_coordinator;
68
mod utils;

0 commit comments

Comments
 (0)