Skip to content

Commit 65712f3

Browse files
bend-nAmanieu
authored andcommitted
allow unnecessary transmutes
1 parent d7e425a commit 65712f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: crates/core_arch/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
)]
4444
#![cfg_attr(test, feature(test, abi_vectorcall, stdarch_internal))]
4545
#![deny(clippy::missing_inline_in_public_items)]
46+
#![allow(unknown_lints, unnecessary_transmutes)]
4647
#![allow(
4748
clippy::identity_op,
4849
clippy::inline_always,

0 commit comments

Comments
 (0)