From bce64b96a17852c2b7093e2c21b6dc5ba39bdfee Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 6 Apr 2025 23:02:02 +0300 Subject: Silence some Clippy warnings Change-Id: I264c278552cd7096b50a6a8fbacb90f62fc6c14f --- indieauth/src/scopes.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'indieauth/src') diff --git a/indieauth/src/scopes.rs b/indieauth/src/scopes.rs index 02ee8dc..1157996 100644 --- a/indieauth/src/scopes.rs +++ b/indieauth/src/scopes.rs @@ -153,6 +153,7 @@ impl Serialize for Scopes { } } struct ScopeVisitor; +#[allow(clippy::needless_lifetimes, reason = "serde idiom")] impl<'de> Visitor<'de> for ScopeVisitor { type Value = Scopes; -- cgit 1.4.1