Skip to content

Commit 4986d0b

Browse files
committed
Disallow using unwraps in library code
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
1 parent e183799 commit 4986d0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#![deny(missing_debug_implementations)]
33
#![deny(unsafe_code)]
44
#![deny(missing_docs)]
5+
#![deny(clippy::unwrap_used)]
56

67
pub mod proto;
78

0 commit comments

Comments
 (0)