We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818c71d commit f8fbd16Copy full SHA for f8fbd16
crates/core_arch/src/x86/avx512f.rs
@@ -1,3 +1,5 @@
1
+#![allow(unknown_lints)]
2
+#![allow(redundant_transmutation)]
3
use crate::{
4
arch::asm,
5
core_arch::{simd::*, x86::*},
0 commit comments