add some ruma features, fix futures warning
Signed-off-by: strawberry <june@girlboss.ceo>
This commit is contained in:
parent
b06ed1b92f
commit
20b686cac5
2 changed files with 2 additions and 2 deletions
|
@ -290,7 +290,7 @@ async fn spawn_task<B: Send + 'static>(
|
|||
.map_err(|_| StatusCode::INTERNAL_SERVER_ERROR)
|
||||
}
|
||||
|
||||
async fn unrecognized_method<B>(
|
||||
async fn unrecognized_method<B: Send + 'static>(
|
||||
req: axum::http::Request<B>,
|
||||
next: axum::middleware::Next<B>,
|
||||
) -> std::result::Result<axum::response::Response, StatusCode> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue