Skip to content

Commit

Permalink
Remove redundant allow(non_snake_case)
Browse files Browse the repository at this point in the history
Co-authored-by: teor <[email protected]>
  • Loading branch information
dconnolly and teor2345 committed Jun 16, 2021
1 parent f770e7d commit ca4de96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zebra-chain/src/primitives/redpallas/batch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ impl Item {
/// [`VerificationKey::verify`](crate::VerificationKey::verify), which requires
/// borrowing the message data, the `Item` type is unlinked from the lifetime of
/// the message.
#[allow(non_snake_case)]
pub fn verify_single(self) -> Result<(), Error> {
match self.inner {
Inner::Binding { vk_bytes, sig, c } => VerificationKey::<Binding>::try_from(vk_bytes)
Expand Down

0 comments on commit ca4de96

Please sign in to comment.