We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85600e9 commit 87cadbcCopy full SHA for 87cadbc
1 file changed
cmov/tests/regression.rs
@@ -1,8 +1,9 @@
1
//! Tests for previous bugs in the implementation.
2
3
-use std::hint::black_box;
+#![allow(clippy::cast_possible_truncation, reason = "test")]
4
5
use cmov::{Cmov, CmovEq};
6
+use core::hint::black_box;
7
8
#[test]
9
fn u64_cmoveq() {
0 commit comments