Remove redundant non_snake_case

This commit is contained in:
Deirdre Connolly 2020-10-05 21:03:51 -04:00 committed by Deirdre Connolly
parent b5b2d6a359
commit 62ad554d84
1 changed files with 0 additions and 1 deletions

View File

@ -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<T>(csprng: &mut T, value: Amount) -> Self
where
T: RngCore + CryptoRng,