Skip to content

Commit 87f25c7

Browse files
committed
allow dead code in reduction tests
1 parent 60826e7 commit 87f25c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/coresimd/tests/reductions.rs

+1-1
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)