Skip to content

Commit 687e084

Browse files
committed
temporarily allow the bad ABI lint
1 parent bed05ee commit 687e084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/core_arch/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
clippy::unusual_byte_groupings,
5959
clippy::wrong_self_convention
6060
)]
61+
#![allow(abi_unsupported_vector_types)] // FIXME
6162
#![cfg_attr(test, allow(unused_imports))]
6263
#![no_std]
6364
#![stable(feature = "stdsimd", since = "1.27.0")]

0 commit comments

Comments
 (0)