Skip to content

Commit 8de5eec

Browse files
committed
middle: trans: build: remove dead code
1 parent 49dc019 commit 8de5eec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc/middle/trans/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
#![allow(dead_code)] // FFI wrappers
1112

1213
use lib::llvm::llvm;
1314
use lib::llvm::{CallConv, AtomicBinOp, AtomicOrdering, AsmDialect};

0 commit comments

Comments
 (0)