Forward desktop test fixes (#419)

* fixes clippy warnings for compilers until 2021-11-25

* fixes run_desktop_tests

* removes page_size
This commit is contained in:
kaczmarczyck
2021-11-30 11:07:17 +01:00
committed by GitHub
parent 8f96df53f2
commit 522e6079e3
10 changed files with 20 additions and 19 deletions

View File

@@ -37,6 +37,7 @@ const MIN_LARGE_BLOB_LEN: usize = 17;
// CTAP specification (version 20190130) section 6.1
#[derive(Debug, PartialEq)]
#[allow(clippy::enum_variant_names)]
pub enum Command {
AuthenticatorMakeCredential(AuthenticatorMakeCredentialParameters),
AuthenticatorGetAssertion(AuthenticatorGetAssertionParameters),