We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5f7ef commit 737450cCopy full SHA for 737450c
1 file changed
crates/stdext/src/lib.rs
@@ -3,6 +3,12 @@
3
4
//! Arena allocators. Small and fast.
5
6
+#![cfg_attr(
7
+ target_arch = "loongarch64",
8
+ feature(stdarch_loongarch),
9
+ allow(clippy::incompatible_msrv)
10
+)]
11
+
12
pub mod alloc;
13
pub mod arena;
14
pub mod collections;
0 commit comments