Remove redundant allow(non_snake_case)

Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
Deirdre Connolly 2021-06-15 18:42:24 -04:00 committed by Deirdre Connolly
parent 53067d7370
commit 20343c5f75
1 changed files with 0 additions and 1 deletions

View File

@ -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)