Merge pull request #695 from nuttycom/fix_clippy_lints

Fix clippy complaints about generated protobuf code.
This commit is contained in:
str4d 2022-11-05 00:15:47 +00:00 committed by GitHub
commit 6f4a6aa00c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -12,10 +12,14 @@ use zcash_primitives::{
use zcash_note_encryption::{EphemeralKeyBytes, COMPACT_NOTE_SIZE};
#[rustfmt::skip]
#[allow(unknown_lints)]
#[allow(clippy::derive_partial_eq_without_eq)]
pub mod compact_formats;
#[cfg(feature = "lightwalletd-tonic")]
#[rustfmt::skip]
#[allow(unknown_lints)]
#[allow(clippy::derive_partial_eq_without_eq)]
pub mod service;
impl compact_formats::CompactBlock {