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 c579103 commit 3723676Copy full SHA for 3723676
src/lib.rs
@@ -6,7 +6,7 @@
6
#![warn(unsafe_op_in_unsafe_fn)]
7
#![warn(clippy::transmute_ptr_to_ptr)]
8
#![allow(clippy::missing_safety_doc)]
9
-#![allow(incomplete_features)]
+#![cfg_attr(target_arch = "aarch64", allow(incomplete_features))]
10
#![cfg_attr(target_arch = "x86_64", feature(abi_x86_interrupt))]
11
#![feature(allocator_api)]
12
#![feature(asm_const)]
0 commit comments