Fix stray clippy complaints.

Extracted from: fa092da456
This commit is contained in:
Kris Nuttycombe 2021-08-30 10:50:25 -06:00
parent 6770db186b
commit 1fd5c8d748
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ use crate::{
/// Trial decryption of a batch of notes with a set of recipients.
///
/// This is the batched version of [`zcash_note_encryption::try_note_decryption`].
#[allow(clippy::type_complexity)]
pub fn try_note_decryption<D: Domain, Output: ShieldedOutput<D>>(
ivks: &[D::IncomingViewingKey],
outputs: &[(D, Output)],