Skip to content

Commit

Permalink
Remove out of date docs
Browse files Browse the repository at this point in the history
These accidentally weren't removed in #790
  • Loading branch information
davidpdrsn committed Mar 1, 2022
1 parent 2de202d commit bad3abb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions axum-extra/src/routing/typed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ use http::Uri;
/// things, create links to known paths and have them verified statically. Note that the
/// [`Display`] implementation for each field must return something that's compatible with its
/// [`Deserialize`] implementation.
/// - A [`TryFrom<_> for Uri`](std::convert::TryFrom) implementation to converting your paths into
/// [`Uri`](axum::http::Uri).
///
/// Additionally the macro will verify the captures in the path matches the fields of the struct.
/// For example this fails to compile since the struct doesn't have a `team_id` field:
Expand Down

0 comments on commit bad3abb

Please sign in to comment.