Skip to content

Commit

Permalink
Address clippy lints.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebfull authored and nuttycom committed Jul 4, 2022
1 parent cc78bf7 commit ec3d2e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rust/src/sapling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://www.opensource.org/licenses/mit-license.php .

// This is added because `check_spend` takes several arguments over FFI. This
// annotation gets removed by the cxx procedural macro so it needs to be enabled
// on the entire module.
#![allow(clippy::too_many_arguments)]

use bellman::groth16::Proof;
use group::GroupEncoding;

Expand Down

0 comments on commit ec3d2e5

Please sign in to comment.