Remove redundant allow(non_snake_case)
Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
parent
53067d7370
commit
20343c5f75
|
|
@ -112,7 +112,6 @@ impl Item {
|
||||||
/// [`VerificationKey::verify`](crate::VerificationKey::verify), which requires
|
/// [`VerificationKey::verify`](crate::VerificationKey::verify), which requires
|
||||||
/// borrowing the message data, the `Item` type is unlinked from the lifetime of
|
/// borrowing the message data, the `Item` type is unlinked from the lifetime of
|
||||||
/// the message.
|
/// the message.
|
||||||
#[allow(non_snake_case)]
|
|
||||||
pub fn verify_single(self) -> Result<(), Error> {
|
pub fn verify_single(self) -> Result<(), Error> {
|
||||||
match self.inner {
|
match self.inner {
|
||||||
Inner::Binding { vk_bytes, sig, c } => VerificationKey::<Binding>::try_from(vk_bytes)
|
Inner::Binding { vk_bytes, sig, c } => VerificationKey::<Binding>::try_from(vk_bytes)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue