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
+2 -2
View File
@@ -41,7 +41,7 @@ mod private {
///
/// See [`axum::extract`] for more general docs about extractors.
///
/// [`axum::extract`]: https://docs.rs/axum/0.6.0/axum/extract/index.html
/// [`axum::extract`]: https://docs.rs/axum/0.7/axum/extract/index.html
#[async_trait]
#[cfg_attr(
nightly_error_messages,
@@ -68,7 +68,7 @@ pub trait FromRequestParts<S>: Sized {
///
/// See [`axum::extract`] for more general docs about extractors.
///
/// [`axum::extract`]: https://docs.rs/axum/0.6.0/axum/extract/index.html
/// [`axum::extract`]: https://docs.rs/axum/0.7/axum/extract/index.html
#[async_trait]
#[cfg_attr(
nightly_error_messages,