Skip to content

Commit

Permalink
temporarily allow the bad ABI lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Oct 26, 2024
1 parent bed05ee commit c5c966e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/core_arch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
clippy::unusual_byte_groupings,
clippy::wrong_self_convention
)]
#![allow(abi_unsupported_vector_types)] // FIXME https://github.com/rust-lang/stdarch/issues/1661
#![cfg_attr(test, allow(unused_imports))]
#![no_std]
#![stable(feature = "stdsimd", since = "1.27.0")]
Expand Down

0 comments on commit c5c966e

Please sign in to comment.