Skip to content

Commit 5bc22ef

Browse files
committed
attempt to #[allow(unnecessary_transmutes)]
1 parent d8785a3 commit 5bc22ef

File tree

1 file changed

+2
-0
lines changed
  • crates/core_arch/src/arm_shared/neon

1 file changed

+2
-0
lines changed

crates/core_arch/src/arm_shared/neon/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
//! ARMv7 NEON intrinsics
22
3+
#![allow(unknown_lints, unnecessary_transmutes)]
4+
35
#[rustfmt::skip]
46
mod generated;
57
#[rustfmt::skip]

0 commit comments

Comments
 (0)