mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +02:00
no need for export in doc example
This commit is contained in:
@ -23,7 +23,6 @@ use de::PathDeserializer;
|
||||
/// # extern crate bytes;
|
||||
/// # extern crate actix_web;
|
||||
/// # extern crate futures;
|
||||
/// #[macro_use] extern crate serde_derive;
|
||||
/// use actix_web::{App, Path, Result, http};
|
||||
///
|
||||
/// /// extract path info from "/{username}/{count}/?index.html" url
|
||||
|
Reference in New Issue
Block a user