Update more hardcoded docs.rs URLs (#3125)

This commit is contained in:
Tobias Bieniek
2024-12-27 23:37:28 +01:00
committed by GitHub
parent bb5cf4ce5a
commit f8f3a030b3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -568,7 +568,7 @@ pub fn derive_from_request_parts(item: TokenStream) -> TokenStream {
///
/// This macro has no effect when compiled with the release profile. (eg. `cargo build --release`)
///
/// [`axum`]: https://docs.rs/axum/0.7
/// [`axum`]: https://docs.rs/axum/0.8
/// [`Handler`]: https://docs.rs/axum/0.8/axum/handler/trait.Handler.html
/// [`axum::extract::State`]: https://docs.rs/axum/0.8/axum/extract/struct.State.html
/// [`debug_handler`]: macro@debug_handler