Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
axum-macros: move from_request.rs to from_request/mod.rs
Browse files Browse the repository at this point in the history
mladedav committed Jan 8, 2025
1 parent b5236ea commit 477c36a
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions axum/src/docs/routing/route.md
Original file line number Diff line number Diff line change
@@ -36,8 +36,7 @@ documentation for more details.
It is not possible to create segments that only match some types like numbers or
regular expression. You must handle that manually in your handlers.

[`MatchedPath`](crate::extract::MatchedPath) can be used to extract the matched
path rather than the actual path.
[`MatchedPath`] can be used to extract the matched path rather than the actual path.

# Wildcards

0 comments on commit 477c36a

Please sign in to comment.