diff --git a/hashes/src/sha256.rs b/hashes/src/sha256.rs index 97e1e36fd..5a54c0601 100644 --- a/hashes/src/sha256.rs +++ b/hashes/src/sha256.rs @@ -198,7 +198,6 @@ impl fmt::Debug for Midstate { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { write!(f, "{:#}", self) } } -serde_impl!(Midstate, 32); borrow_slice_impl!(Midstate); impl> Index for Midstate {