Skip to content

Commit 052d91d

Browse files
committed
Remove unsupported targets
1 parent c14178c commit 052d91d

File tree

12 files changed

+1
-3965
lines changed

12 files changed

+1
-3965
lines changed

src/unix/uclibc/mod.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -1760,12 +1760,8 @@ cfg_if! {
17601760
target_arch = "mips64"))] {
17611761
mod mips;
17621762
pub use self::mips::*;
1763-
} else if #[cfg(any(target_arch = "s390x"))] {
1764-
mod s390x;
1765-
pub use self::s390x::*;
17661763
} else {
1767-
mod other;
1768-
pub use self::other::*;
1764+
pub use unsupported_target;
17691765
}
17701766
}
17711767

src/unix/uclibc/other/b32/arm.rs

-202
This file was deleted.

0 commit comments

Comments
 (0)