Skip to content

Commit 5039222

Browse files
committed
Forbid dead code again
The old problems with bitflags no longer apply
1 parent 48fbce9 commit 5039222

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
#![crate_name = "nix"]
66
#![cfg(unix)]
77
#![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)]
118
#![cfg_attr(test, deny(warnings))]
129
#![recursion_limit = "500"]
1310
#![deny(unused)]

0 commit comments

Comments
 (0)