From 85a3260c4ace69ee8459419b5bde99cc9abbecea Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Wed, 10 May 2023 14:01:14 -0400 Subject: [PATCH] ctap2-proto: Add &self param to get_info --- crates/ctap2-proto/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ctap2-proto/src/lib.rs b/crates/ctap2-proto/src/lib.rs index 3e863cf..add93eb 100644 --- a/crates/ctap2-proto/src/lib.rs +++ b/crates/ctap2-proto/src/lib.rs @@ -34,7 +34,7 @@ pub trait Ctap2_2Authenticator { /// > a list of its supported protocol versions and extensions, its AAGUID, /// > and other aspects of its overall capabilities. Platforms should use /// > this information to tailor their command parameters choices. - fn get_info() -> authenticator::device::Info; + fn get_info(&self) -> device::Info; #[allow(clippy::missing_errors_doc)] /// > This command exists so that plaintext PINs are not sent to the