Skip to content

Commit afe33d1

Browse files
committed
Appease the paperclip
1 parent 4a5c0b6 commit afe33d1

File tree

1 file changed

+5
-0
lines changed
  • fearless_simd_tests/tests

1 file changed

+5
-0
lines changed

fearless_simd_tests/tests/mod.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ 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(
43+
unused_variables,
44+
reason = "The constructed `Level` is only used in some cfgs."
45+
)]
4146
#[test]
4247
fn supports_highest_level() {
4348
// When running tests locally, ensure that every SIMD level to be tested is actually supported. The tests themselves

0 commit comments

Comments
 (0)