Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an Attachment type to axum-extra #2789

Merged
merged 12 commits into from
Jun 19, 2024
Prev Previous commit
Next Next commit
fix indentation
  • Loading branch information
joeydewaal committed Jun 17, 2024
commit b5e3efaca69d8857a6c71e7b92145ed987ccaa43
2 changes: 1 addition & 1 deletion axum/src/docs/routing/nest.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ router.
# Panics

- If the route overlaps with another route. See [`Router::route`]
for more details.
for more details.
- If the route contains a wildcard (`*`).
- If `path` is empty.

Expand Down
Loading