From aeb070ae2ba486786db34e2223f9fb8f3b6658a6 Mon Sep 17 00:00:00 2001 From: bendn Date: Thu, 27 Mar 2025 13:45:16 +0700 Subject: [PATCH] allow unnecessary transmutes --- crates/core_arch/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/core_arch/src/lib.rs b/crates/core_arch/src/lib.rs index b8f4c2625e..dea1ee411a 100644 --- a/crates/core_arch/src/lib.rs +++ b/crates/core_arch/src/lib.rs @@ -43,6 +43,7 @@ )] #![cfg_attr(test, feature(test, abi_vectorcall, stdarch_internal))] #![deny(clippy::missing_inline_in_public_items)] +#![allow(unknown_lints, unnecessary_transmutes)] #![allow( clippy::identity_op, clippy::inline_always,