1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 02:33:33 +00:00

Remove allow unused

This commit is contained in:
Bernd Schoolmann
2025-10-31 13:17:49 +01:00
parent f91b376d74
commit dd2074bc26

View File

@@ -68,7 +68,6 @@ impl Signature {
Ok(buffer)
}
#[allow(unused)]
pub(crate) fn verify(
&self,
public_key: &PublicKey,