mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
dep update
This commit is contained in:
parent
f623284c71
commit
c69b7598fb
1895
Cargo.lock
generated
1895
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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>>,
|
||||
|
Loading…
Reference in New Issue
Block a user