We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e425a commit 65712f3Copy full SHA for 65712f3
crates/core_arch/src/lib.rs
@@ -43,6 +43,7 @@
43
)]
44
#![cfg_attr(test, feature(test, abi_vectorcall, stdarch_internal))]
45
#![deny(clippy::missing_inline_in_public_items)]
46
+#![allow(unknown_lints, unnecessary_transmutes)]
47
#![allow(
48
clippy::identity_op,
49
clippy::inline_always,
0 commit comments