fix missing docs link

This commit is contained in:
David Pedersen
2022-02-14 15:33:09 +01:00
parent 39406ea1c2
commit d3bcf7778d
+1
View File
@@ -122,6 +122,7 @@ use super::sealed::Sealed;
/// [`RouterExt::typed_post`]: super::RouterExt::typed_post
/// [`Path`]: axum::extract::Path
/// [`Display`]: std::fmt::Display
/// [`Deserialize`]: serde::Deserialize
pub trait TypedPath: std::fmt::Display {
/// The path with optional captures such as `/users/:id`.
const PATH: &'static str;