From bfe0424217556fbb37f1129bc892c8d275ff0477 Mon Sep 17 00:00:00 2001 From: namilsk Date: Sun, 8 Mar 2026 18:19:22 +0300 Subject: Fixed build with `integrated-router` feature, CI pipelines, clippy warnings and some minor edits --- src/openpgp/trusted.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/openpgp') diff --git a/src/openpgp/trusted.rs b/src/openpgp/trusted.rs index 003d522..6d118b3 100644 --- a/src/openpgp/trusted.rs +++ b/src/openpgp/trusted.rs @@ -32,7 +32,7 @@ impl OpenPGPOpertaions for Key { fn check_sign( &self, sig_path: &Path, - context: &Context, + _context: &Context, file: &Path, ) -> Result { let mut ctx = Context::from_protocol(gpgme::Protocol::OpenPgp)?; -- cgit v1.2.3