1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

chore: address clippy warnings

This commit is contained in:
Rob Ede
2024-08-07 04:06:18 +01:00
parent e4e4bb799c
commit d7d9000b19
7 changed files with 14 additions and 59 deletions

View File

@ -511,11 +511,6 @@ mod tests {
value: String,
}
#[derive(Deserialize)]
struct Id {
_id: String,
}
#[derive(Debug, Deserialize)]
struct Test1(String, u32);