1
0
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:
Rob Ede
2024-06-05 04:56:46 +01:00
parent e0ae11ab86
commit 3e621db606
4 changed files with 4 additions and 3 deletions

View File

@ -168,6 +168,7 @@ impl QueryRoot {
}
}
#[allow(clippy::duplicated_attributes)] // false positive
#[derive(Interface)]
#[graphql(
field(name = "id", ty = "&str"),