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.
1 parent 48fbce9 commit 5039222Copy full SHA for 5039222
src/lib.rs
@@ -5,9 +5,6 @@
5
#![crate_name = "nix"]
6
#![cfg(unix)]
7
#![allow(non_camel_case_types)]
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
#![cfg_attr(test, deny(warnings))]
12
#![recursion_limit = "500"]
13
#![deny(unused)]
0 commit comments