Skip to content

Commit f8fbd16

Browse files
committed
fix
1 parent 818c71d commit f8fbd16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: crates/core_arch/src/x86/avx512f.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(unknown_lints)]
2+
#![allow(redundant_transmutation)]
13
use crate::{
24
arch::asm,
35
core_arch::{simd::*, x86::*},

0 commit comments

Comments
 (0)