Skip to content

Commit

Permalink
Improve documentation of Path (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman authored Nov 18, 2023
1 parent f7a0011 commit 6e984b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions axum/src/extract/path/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ use std::{fmt, sync::Arc};
///
/// These examples assume the `serde` feature of the [`uuid`] crate is enabled.
///
/// One `Path` can extract multiple captures. It is not necessary (and does
/// not work) to give a handler more than one `Path` argument.
///
/// [`uuid`]: https://crates.io/crates/uuid
///
/// ```rust,no_run
Expand Down

0 comments on commit 6e984b7

Please sign in to comment.