Skip to content

Commit 707f04c

Browse files
committed
allow unnecessary transmutes
1 parent d7e425a commit 707f04c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/core_arch/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
aarch64_unstable_target_feature,
4242
bigint_helper_methods
4343
)]
44+
#![cfg_attr(bootstrap, allow(unnecessary_transmutes))]
4445
#![cfg_attr(test, feature(test, abi_vectorcall, stdarch_internal))]
4546
#![deny(clippy::missing_inline_in_public_items)]
4647
#![allow(

0 commit comments

Comments
 (0)