We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed05ee commit 687e084Copy full SHA for 687e084
crates/core_arch/src/lib.rs
@@ -58,6 +58,7 @@
58
clippy::unusual_byte_groupings,
59
clippy::wrong_self_convention
60
)]
61
+#![allow(abi_unsupported_vector_types)] // FIXME
62
#![cfg_attr(test, allow(unused_imports))]
63
#![no_std]
64
#![stable(feature = "stdsimd", since = "1.27.0")]
0 commit comments