Remove #[cfg(stage0)] annotation
This commit is contained in:
parent
587a32b61b
commit
2ec26681a4
1 changed files with 0 additions and 3 deletions
|
|
@ -20,11 +20,8 @@ use util::nodemap::FnvHashMap;
|
|||
use syntax::ast;
|
||||
|
||||
use std::ffi::CString;
|
||||
#[cfg(stage0)]
|
||||
use std::mem;
|
||||
use std::ptr;
|
||||
#[cfg(not(stage0))]
|
||||
use std::slice;
|
||||
use std::cell::RefCell;
|
||||
|
||||
use libc::c_uint;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue