Ignore clippy lints in generated protobuf modules.

This commit is contained in:
Kris Nuttycombe 2022-11-04 13:17:54 -06:00
parent c5d8484f19
commit fb8681adbb
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 {