Skip to content

Commit 6fcbcc4

Browse files
committed
Appease the paperclip
1 parent 4a5c0b6 commit 6fcbcc4

File tree

1 file changed

+2
-0
lines changed
  • fearless_simd_tests/tests

1 file changed

+2
-0
lines changed

fearless_simd_tests/tests/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ fn generic_cast<S: Simd>(x: S::f32s) -> S::u32s {
3838
x.to_int()
3939
}
4040

41+
#[allow(clippy::allow_attributes, reason = "Only needed in some cfgs.")]
42+
#[allow(unused_variables, reason = "The constructed `Level` is only used in some cfgs.")]
4143
#[test]
4244
fn supports_highest_level() {
4345
// When running tests locally, ensure that every SIMD level to be tested is actually supported. The tests themselves

0 commit comments

Comments
 (0)