We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60826e7 commit 87f25c7Copy full SHA for 87f25c7
crates/coresimd/tests/reductions.rs
@@ -2,7 +2,7 @@
2
#![feature(arm_target_feature)]
3
#![feature(aarch64_target_feature)]
4
#![feature(powerpc_target_feature)]
5
-#![allow(unused_attributes)]
+#![allow(unused_attributes, dead_code, unused_imports, unused_macros)]
6
7
#[macro_use]
8
extern crate stdsimd;
0 commit comments