mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 08:57:00 +02:00
fix doc string test
This commit is contained in:
@@ -119,7 +119,7 @@ impl<S: 'static> Route<S> {
|
||||
/// # extern crate futures;
|
||||
/// #[macro_use] extern crate serde_derive;
|
||||
/// use actix_web::*;
|
||||
/// use actix_web::{with, Path, HttpRequestExtractor};
|
||||
/// use actix_web::Path;
|
||||
///
|
||||
/// #[derive(Deserialize)]
|
||||
/// struct Info {
|
||||
|
Reference in New Issue
Block a user