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:
@@ -25,6 +25,7 @@ use sk_cbor::{
|
||||
};
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
#[allow(clippy::enum_variant_names)]
|
||||
pub enum ResponseData {
|
||||
AuthenticatorMakeCredential(AuthenticatorMakeCredentialResponse),
|
||||
AuthenticatorGetAssertion(AuthenticatorGetAssertionResponse),
|
||||
|
||||
Reference in New Issue
Block a user