We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10eabe commit f2a6b6dCopy full SHA for f2a6b6d
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