Clippy isn't aware of repr(simd, packed)
This commit is contained in:
parent
c43c8d25a8
commit
b902397bc2
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
clippy::undocumented_unsafe_blocks
|
||||
)]
|
||||
#![doc(test(attr(deny(warnings))))]
|
||||
#![allow(internal_features)]
|
||||
#![allow(internal_features, clippy::repr_packed_without_abi)]
|
||||
#![unstable(feature = "portable_simd", issue = "86656")]
|
||||
//! Portable SIMD module.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue