Skip to content

Commit b902397

Browse files
committed
Clippy isn't aware of repr(simd, packed)
1 parent c43c8d2 commit b902397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
clippy::undocumented_unsafe_blocks
4242
)]
4343
#![doc(test(attr(deny(warnings))))]
44-
#![allow(internal_features)]
44+
#![allow(internal_features, clippy::repr_packed_without_abi)]
4545
#![unstable(feature = "portable_simd", issue = "86656")]
4646
//! Portable SIMD module.
4747

0 commit comments

Comments
 (0)