mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
chore: address clippy lints
This commit is contained in:
@ -168,6 +168,7 @@ impl QueryRoot {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::duplicated_attributes)] // false positive
|
||||
#[derive(Interface)]
|
||||
#[graphql(
|
||||
field(name = "id", ty = "&str"),
|
||||
|
Reference in New Issue
Block a user