fix docs link

This commit is contained in:
David Pedersen
2022-02-13 22:23:12 +01:00
parent f9e9ce6a86
commit ca268f61bc
+2
View File
@@ -389,6 +389,8 @@ pub fn debug_handler(_attr: TokenStream, input: TokenStream) -> TokenStream {
/// Derive an implementation of [`axum_extra::routing::TypedPath`].
///
/// See that trait for more details.
///
/// [`axum_extra::routing::TypedPath`]: https://docs.rs/axum-extra/latest/axum_extra/routing/trait.TypedPath.html
#[proc_macro_derive(TypedPath, attributes(typed_path))]
pub fn derive_typed_path(input: TokenStream) -> TokenStream {
expand_with(input, typed_path::expand)