1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-27 07:19:04 +02:00

update urlencoded example in guide

This commit is contained in:
Nikolay Kim
2018-04-02 15:08:49 -07:00
parent a6cbdde43f
commit ef6f310060
2 changed files with 12 additions and 7 deletions

View File

@ -287,7 +287,6 @@ mod tests {
}
}
#[derive(Deserialize)]
struct MyStruct {
key: String,