mirror of
https://github.com/actix/examples
synced 2025-06-28 18:00:37 +02:00
dep update
This commit is contained in:
@ -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>>,
|
||||
|
Reference in New Issue
Block a user