We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33335c commit 2e5c0e9Copy full SHA for 2e5c0e9
src/lib.rs
@@ -83,7 +83,7 @@ impl Default for MT19937 {
83
}
84
impl core::fmt::Debug for MT19937 {
85
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
86
- f.pad("MT19937")
+ f.debug_struct("MT19937").finish_non_exhaustive()
87
88
89
0 commit comments