Skip to content

Commit

Permalink
Followup: Disallow missing Debug implementations for Scalar type.
Browse files Browse the repository at this point in the history
  • Loading branch information
arik-so committed Feb 2, 2023
1 parent 8603719 commit e597860
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scalar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use crate::constants;
// Internal represenation is big endian to match what `libsecp256k1` uses.
// Also easier to implement comparison.
// Debug impl omitted for now, the bytes may be secret
#[allow(missing_debug_implementations)]
#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)]
pub struct Scalar([u8; 32]);
impl_pretty_debug!(Scalar);
Expand Down

0 comments on commit e597860

Please sign in to comment.