extra: unused import fix for android
This commit is contained in:
parent
d805859ff5
commit
aabeba3d63
1 changed files with 7 additions and 1 deletions
|
|
@ -82,8 +82,14 @@ pub mod reader {
|
|||
use core::cast::transmute;
|
||||
use core::int;
|
||||
use core::io;
|
||||
use core::ptr::offset;
|
||||
use core::str;
|
||||
|
||||
#[cfg(target_arch = "x86")]
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
use core::ptr::offset;
|
||||
|
||||
#[cfg(target_arch = "x86")]
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
use core::unstable::intrinsics::bswap32;
|
||||
|
||||
// ebml reading
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue