Updated doc link versions from 0.6.x to 0.7. (#2378)

This commit is contained in:
Justin Sexton
2023-11-29 08:44:32 +00:00
committed by GitHub
parent b13b9d2288
commit 57c59170c0
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
///
/// This trait can be derived using `#[derive(FromRef)]`.
///
/// [`State`]: https://docs.rs/axum/0.6/axum/extract/struct.State.html
/// [`State`]: https://docs.rs/axum/0.7/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> {