Skip to content

Commit

Permalink
Update out of date Router::nest docs (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Aug 25, 2022
1 parent 6d7c277 commit eaabdb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions axum/src/docs/routing/nest.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ let app = Router::new()
for more details.
- If the route contains a wildcard (`*`).
- If `path` is empty.
- If the nested router has a [fallback](Router::fallback). This is because
`Router` only allows a single fallback.

[`OriginalUri`]: crate::extract::OriginalUri
[fallbacks]: Router::fallback

0 comments on commit eaabdb3

Please sign in to comment.