Skip to content

Commit 7a8a387

Browse files
committed
fix spurious unused_attributes warning
1 parent cc7b5e2 commit 7a8a387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/coresimd/tests/reductions.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![feature(stdsimd, sse4a_target_feature, avx512_target_feature)]
2+
#![allow(unused_attributes)]
23

34
#[macro_use]
45
extern crate stdsimd;

0 commit comments

Comments
 (0)