Skip to content

Commit 51beba6

Browse files
yichoithestinger
authored andcommitted
libextra: unused import fix for android AGAIN
1 parent b9cf6a3 commit 51beba6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/libextra/ebml.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,14 @@ pub mod reader {
9797
use core::cast::transmute;
9898
use core::int;
9999
use core::io;
100+
use core::option::{None, Option, Some};
100101

101102
#[cfg(target_arch = "x86")]
102103
#[cfg(target_arch = "x86_64")]
103-
use core::option::{None, Option, Some};
104104
use core::ptr::offset;
105+
106+
#[cfg(target_arch = "x86")]
107+
#[cfg(target_arch = "x86_64")]
105108
use core::unstable::intrinsics::bswap32;
106109

107110
// ebml reading

0 commit comments

Comments
 (0)