Skip to content

Commit 9f49a26

Browse files
committed
[eddyb] rustc_codegen_utils: remove extraneous #![allow(dead_code)].
1 parent 9bb6663 commit 9f49a26

File tree

1 file changed

+0
-1
lines changed
  • src/librustc_codegen_utils

1 file changed

+0
-1
lines changed

src/librustc_codegen_utils/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#![feature(custom_attribute)]
2222
#![feature(nll)]
2323
#![allow(unused_attributes)]
24-
#![allow(dead_code)]
2524
#![feature(quote)]
2625
#![feature(rustc_diagnostic_macros)]
2726

0 commit comments

Comments
 (0)