mirror of https://github.com/fafhrd91/actix-web
Merge branch 'master' of https://github.com/Dowwie/actix-web
This commit is contained in:
commit
73ae801a13
|
@ -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 New Issue