We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6e355 commit ef670aaCopy full SHA for ef670aa
1 file changed
net/src/lib.rs
@@ -12,6 +12,7 @@
12
clippy::expect_used,
13
clippy::panic
14
)]
15
+#![cfg_attr(not(unix), allow(unused))] // for wasm32 builds
16
#![allow(clippy::should_panic_without_expect)] // we panic in contract checks with simple unwrap()
17
18
pub mod addr_parse_error;
0 commit comments