Skip to content

Commit c9f899f

Browse files
committed
fix: clippy::non_minimal_cfg
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
1 parent 8b9ab38 commit c9f899f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instructions/random.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl RdRand {
6565
}
6666
}
6767

68-
#[cfg(all(test))]
68+
#[cfg(test)]
6969
mod tests {
7070
use super::*;
7171

0 commit comments

Comments
 (0)