mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-26 00:00:23 +02:00
Fixes wording typo (#3540)
This commit is contained in:
@@ -157,7 +157,7 @@ axum::serve(listener, final_router).await.unwrap();
|
|||||||
# };
|
# };
|
||||||
```
|
```
|
||||||
|
|
||||||
This why this returning `Router<AppState>` after calling `with_state` doesn't
|
This is why returning `Router<AppState>` after calling `with_state` doesn't
|
||||||
work:
|
work:
|
||||||
|
|
||||||
```rust,compile_fail
|
```rust,compile_fail
|
||||||
|
|||||||
Reference in New Issue
Block a user