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 c43c8d2 commit b902397Copy full SHA for b902397
crates/core_simd/src/lib.rs
@@ -41,7 +41,7 @@
41
clippy::undocumented_unsafe_blocks
42
)]
43
#![doc(test(attr(deny(warnings))))]
44
-#![allow(internal_features)]
+#![allow(internal_features, clippy::repr_packed_without_abi)]
45
#![unstable(feature = "portable_simd", issue = "86656")]
46
//! Portable SIMD module.
47
0 commit comments