1
0
mirror of https://github.com/actix/examples synced 2025-06-28 18:00:37 +02:00

dep update

This commit is contained in:
Rob Ede
2021-10-06 23:56:44 +01:00
parent f623284c71
commit c69b7598fb
2 changed files with 947 additions and 949 deletions

View File

@ -11,6 +11,7 @@ struct MyErr(pub &'static str);
impl ResponseError for MyErr {}
#[allow(unused_must_use)] // ywrite_min causes warning: unused borrow that must be used
#[get("/")]
async fn index(
query: web::Query<HashMap<String, String>>,