We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deny(warnings)
1 parent 1939f92 commit 0cad6cfCopy full SHA for 0cad6cf
.github/workflows/ci.yml
@@ -14,6 +14,7 @@ permissions:
14
15
env:
16
MSRV: 1.69.0
17
+ RUSTFLAGS: -Dwarnings
18
19
jobs:
20
macos:
src/lib.rs
@@ -43,7 +43,6 @@
43
#![crate_name = "nix"]
44
#![cfg(unix)]
45
#![allow(non_camel_case_types)]
46
-#![cfg_attr(test, deny(warnings))]
47
#![recursion_limit = "500"]
48
#![deny(unused)]
49
#![allow(unused_macros)]
0 commit comments