Skip to content

Commit 134e53d

Browse files
nvzqzalexcrichton
authored andcommitted
Derive Debug for CpuidResult (#615)
1 parent 28eff1a commit 134e53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coresimd/x86/cpuid.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use stdsimd_test::assert_instr;
77

88
/// Result of the `cpuid` instruction.
9-
#[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd)]
9+
#[derive(Copy, Clone, Debug, Eq, Ord, PartialEq, PartialOrd)]
1010
#[cfg_attr(feature = "cargo-clippy", allow(clippy::stutter))]
1111
#[stable(feature = "simd_x86", since = "1.27.0")]
1212
pub struct CpuidResult {

0 commit comments

Comments
 (0)