mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-24 00:00:16 +02:00
Fix: documentation link to passing state
This commit is contained in:
committed by
Yann Simon
parent
da63c14467
commit
2ba7c43647
@@ -132,7 +132,7 @@ where
|
||||
|
||||
/// Middleware for adding some shareable value to [request extensions].
|
||||
///
|
||||
/// See [Sharing state with handlers](index.html#sharing-state-with-handlers)
|
||||
/// See [Passing state from middleware to handlers](index.html#passing-state-from-middleware-to-handlers)
|
||||
/// for more details.
|
||||
///
|
||||
/// [request extensions]: https://docs.rs/http/latest/http/struct.Extensions.html
|
||||
|
||||
Reference in New Issue
Block a user