File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
88
//! types, but if you need to preserve the exact type then `Either*` works as well.
89
89
//!
90
90
//! [`BytesRejection`]: axum::extract::rejection::BytesRejection
91
- //! [`IntoResponse::into_response`]: https://docs.rs/axum/0.5 /axum/response/index.html#returning-different-response-types
91
+ //! [`IntoResponse::into_response`]: https://docs.rs/axum/0.8 /axum/response/index.html#returning-different-response-types
92
92
93
93
use std:: task:: { Context , Poll } ;
94
94
Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ pub fn derive_from_request_parts(item: TokenStream) -> TokenStream {
568
568
///
569
569
/// This macro has no effect when compiled with the release profile. (eg. `cargo build --release`)
570
570
///
571
- /// [`axum`]: https://docs.rs/axum/0.7
571
+ /// [`axum`]: https://docs.rs/axum/0.8
572
572
/// [`Handler`]: https://docs.rs/axum/0.8/axum/handler/trait.Handler.html
573
573
/// [`axum::extract::State`]: https://docs.rs/axum/0.8/axum/extract/struct.State.html
574
574
/// [`debug_handler`]: macro@debug_handler
You can’t perform that action at this time.
0 commit comments