From 1fd5c8d7486e437f6da17398617197ba2fa3d443 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Mon, 30 Aug 2021 10:50:25 -0600 Subject: [PATCH] Fix stray clippy complaints. Extracted from: https://github.com/zcash/librustzcash/commit/fa092da456c687b9552a46c66fd8c021b089c673 --- src/batch.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/batch.rs b/src/batch.rs index 215b1a8..459c672 100644 --- a/src/batch.rs +++ b/src/batch.rs @@ -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>( ivks: &[D::IncomingViewingKey], outputs: &[(D, Output)],