mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
Re-format trybuild tests (#3049)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
error: `axum::middleware::Next` must the last argument
|
||||
--> tests/debug_middleware/fail/next_not_last.rs:9:24
|
||||
--> tests/debug_middleware/fail/next_not_last.rs:4:24
|
||||
|
|
||||
9 | async fn my_middleware(next: Next, request: Request) -> Response {
|
||||
4 | async fn my_middleware(next: Next, request: Request) -> Response {
|
||||
| ^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user