about summary refs log tree commit diff
path: root/indieauth
diff options
context:
space:
mode:
Diffstat (limited to 'indieauth')
-rw-r--r--indieauth/src/scopes.rs1
1 files changed, 1 insertions, 0 deletions
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;