summaryrefslogtreecommitdiff
path: root/src/openpgp/trusted.rs
diff options
context:
space:
mode:
authornamilsk <namilsk@namilsk.tech>2026-03-08 18:19:22 +0300
committernamilsk <namilsk@namilsk.tech>2026-03-08 18:19:22 +0300
commitbfe0424217556fbb37f1129bc892c8d275ff0477 (patch)
treed111c45e1e3e0a008f59b149a2e660ec0602aa9f /src/openpgp/trusted.rs
parent6c5cf2bf2d92118f5e996520d6abec6c005221f9 (diff)
Fixed build with `integrated-router` feature, CI pipelines, clippy warnings and some minor editsmain
Diffstat (limited to 'src/openpgp/trusted.rs')
-rw-r--r--src/openpgp/trusted.rs2
1 files changed, 1 insertions, 1 deletions
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<ScanResult, gpgme::Error> {
let mut ctx = Context::from_protocol(gpgme::Protocol::OpenPgp)?;