Skip to content

Commit

Permalink
allow unwrap_in_result lint in added code
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Jul 2, 2022
1 parent e4a3d7b commit 5a12adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zebra-chain/src/orchard/keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ impl TryFrom<FullViewingKey> for IncomingViewingKey {
/// <https://zips.z.cash/protocol/nu5.pdf#orchardkeycomponents>
/// <https://zips.z.cash/protocol/nu5.pdf#concreteprfs>
#[allow(non_snake_case)]
#[allow(clippy::unwrap_in_result)]
fn try_from(fvk: FullViewingKey) -> Result<Self, Self::Error> {
let mut M: BitVec<u8, Lsb0> = BitVec::new();

Expand Down

0 comments on commit 5a12adb

Please sign in to comment.