Skip to content

Commit 357ecef

Browse files
gnzlbglu-zero
authored andcommitted
allow dead code in reduction tests
1 parent ff9fdd1 commit 357ecef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/coresimd/tests/reductions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#![feature(arm_target_feature)]
33
#![feature(aarch64_target_feature)]
44
#![feature(powerpc_target_feature)]
5-
#![allow(unused_attributes)]
5+
#![allow(unused_attributes, dead_code, unused_imports, unused_macros)]
66

77
#[macro_use]
88
extern crate stdsimd;

0 commit comments

Comments
 (0)