Skip to content

Commit e597860

Browse files
committed
Followup: Disallow missing Debug implementations for Scalar type.
1 parent 8603719 commit e597860

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scalar.rs

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ use crate::constants;
2020
// Internal represenation is big endian to match what `libsecp256k1` uses.
2121
// Also easier to implement comparison.
2222
// Debug impl omitted for now, the bytes may be secret
23-
#[allow(missing_debug_implementations)]
2423
#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)]
2524
pub struct Scalar([u8; 32]);
2625
impl_pretty_debug!(Scalar);

0 commit comments

Comments
 (0)