We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unwrap
1 parent e183799 commit 4986d0bCopy full SHA for 4986d0b
src/lib.rs
@@ -2,6 +2,7 @@
2
#![deny(missing_debug_implementations)]
3
#![deny(unsafe_code)]
4
#![deny(missing_docs)]
5
+#![deny(clippy::unwrap_used)]
6
7
pub mod proto;
8
0 commit comments