mirror of
https://github.com/actix/actix-web.git
synced 2025-01-03 13:58:44 +00:00
fix path doc tests
This commit is contained in:
parent
e7ba67e1a8
commit
c8118e8411
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ where
|
|||
///
|
||||
/// // deserialize `Info` from request's path
|
||||
/// fn index(folder: web::Path<Folder>) -> String {
|
||||
/// format!("Selected folder: {}!", folder)
|
||||
/// format!("Selected folder: {:?}!", folder)
|
||||
/// }
|
||||
///
|
||||
/// fn main() {
|
||||
|
|
Loading…
Reference in a new issue