mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-26 00:00:23 +02:00
Update docs.rs links to 0.8 (#3120)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
///
|
||||
/// This trait can be derived using `#[derive(FromRef)]`.
|
||||
///
|
||||
/// [`State`]: https://docs.rs/axum/0.7/axum/extract/struct.State.html
|
||||
/// [`State`]: https://docs.rs/axum/0.8/axum/extract/struct.State.html
|
||||
// NOTE: This trait is defined in axum-core, even though it is mainly used with `State` which is
|
||||
// defined in axum. That allows crate authors to use it when implementing extractors.
|
||||
pub trait FromRef<T> {
|
||||
|
||||
Reference in New Issue
Block a user