We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c14bfc5 + f2a6b6d commit d9f6316Copy full SHA for d9f6316
src/lib.rs
@@ -8,7 +8,7 @@
8
// latest bitflags triggers a rustc bug with cross-crate macro expansions causing dead_code
9
// warnings even though the macro expands into something with allow(dead_code)
10
#![allow(dead_code)]
11
-#![deny(warnings)]
+#![cfg_attr(test, deny(warnings))]
12
13
#[macro_use]
14
extern crate bitflags;
0 commit comments