Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Oct 6, 2023
1 parent 093e2fb commit 879d9f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/ctap_app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ where

let instruction: u8 = apdu.instruction().into();
match instruction {
#[allow(clippy::manual_range_patterns)]
0x00 | 0x01 | 0x02 => handle_ctap1(self, apdu.data(), response), //self.call_authenticator_u2f(apdu, response),

_ => {
Expand Down

0 comments on commit 879d9f2

Please sign in to comment.