From dd2074bc2627af82eec61daaf49feaf7e80c4c58 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Fri, 31 Oct 2025 13:17:49 +0100 Subject: [PATCH] Remove allow unused --- apps/desktop/desktop_native/ssh_agent/src/protocol/types.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/desktop/desktop_native/ssh_agent/src/protocol/types.rs b/apps/desktop/desktop_native/ssh_agent/src/protocol/types.rs index 397e1c7ca69..f90457e9fcc 100644 --- a/apps/desktop/desktop_native/ssh_agent/src/protocol/types.rs +++ b/apps/desktop/desktop_native/ssh_agent/src/protocol/types.rs @@ -68,7 +68,6 @@ impl Signature { Ok(buffer) } - #[allow(unused)] pub(crate) fn verify( &self, public_key: &PublicKey,