Skip to content

Commit 737450c

Browse files
authored
Fix stdarch_loongarch support in stdext (#837)
1 parent cc5f7ef commit 737450c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

crates/stdext/src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
//! Arena allocators. Small and fast.
55
6+
#![cfg_attr(
7+
target_arch = "loongarch64",
8+
feature(stdarch_loongarch),
9+
allow(clippy::incompatible_msrv)
10+
)]
11+
612
pub mod alloc;
713
pub mod arena;
814
pub mod collections;

0 commit comments

Comments
 (0)