Update docs.rs links to 0.8 (#3120)

This commit is contained in:
Tobias Bieniek
2024-12-27 13:15:58 +01:00
committed by GitHub
parent 09841ff895
commit 33b353def8
8 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -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> {