From 62ad554d84f5c578a969b2d49636c20773268e93 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Mon, 5 Oct 2020 21:03:51 -0400 Subject: [PATCH] Remove redundant non_snake_case --- zebra-chain/src/sapling/commitment.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/zebra-chain/src/sapling/commitment.rs b/zebra-chain/src/sapling/commitment.rs index 8d98866e..a188f70c 100644 --- a/zebra-chain/src/sapling/commitment.rs +++ b/zebra-chain/src/sapling/commitment.rs @@ -261,7 +261,6 @@ impl ValueCommitment { /// Generate a new _ValueCommitment_. /// /// https://zips.z.cash/protocol/protocol.pdf#concretehomomorphiccommit - #[allow(non_snake_case)] pub fn randomized(csprng: &mut T, value: Amount) -> Self where T: RngCore + CryptoRng,