Skip to content

Commit 2ec2668

Browse files
committed
Remove #[cfg(stage0)] annotation
1 parent 587a32b commit 2ec2668

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/librustc_trans/trans/type_.rs

-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ use util::nodemap::FnvHashMap;
2020
use syntax::ast;
2121

2222
use std::ffi::CString;
23-
#[cfg(stage0)]
2423
use std::mem;
2524
use std::ptr;
26-
#[cfg(not(stage0))]
27-
use std::slice;
2825
use std::cell::RefCell;
2926

3027
use libc::c_uint;

0 commit comments

Comments
 (0)