We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e425a commit 707f04cCopy full SHA for 707f04c
crates/core_arch/src/lib.rs
@@ -41,6 +41,7 @@
41
aarch64_unstable_target_feature,
42
bigint_helper_methods
43
)]
44
+#![cfg_attr(bootstrap, allow(unnecessary_transmutes))]
45
#![cfg_attr(test, feature(test, abi_vectorcall, stdarch_internal))]
46
#![deny(clippy::missing_inline_in_public_items)]
47
#![allow(
0 commit comments