mirror of https://github.com/fafhrd91/actix-web
clean up imports
This commit is contained in:
parent
8f24d99ceb
commit
71a78f69fb
|
@ -130,9 +130,7 @@ impl Route {
|
|||
///
|
||||
/// ```
|
||||
/// # use actix_web::{*, dev::*, http::header};
|
||||
/// # use std::task::{Context, Poll};
|
||||
/// # use std::pin::Pin;
|
||||
/// # use std::future::Future;
|
||||
/// # use std::{task::{Context, Poll}, pin::Pin, future::Future};
|
||||
/// use futures_util::future::{ok, LocalBoxFuture};
|
||||
///
|
||||
/// struct HelloWorld;
|
||||
|
|
Loading…
Reference in New Issue