Skip to content

Commit 779984b

Browse files
committed
Remove mips64-linux-uclibc as a target
1 parent 052d91d commit 779984b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/unix/uclibc/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,8 +1756,7 @@ extern {
17561756
}
17571757

17581758
cfg_if! {
1759-
if #[cfg(any(target_arch = "mips",
1760-
target_arch = "mips64"))] {
1759+
if #[cfg(target_arch = "mips")] {
17611760
mod mips;
17621761
pub use self::mips::*;
17631762
} else {

0 commit comments

Comments
 (0)