clean up imports

This commit is contained in:
Ibraheem Ahmed 2021-06-12 00:17:23 -04:00 committed by GitHub
parent 8f24d99ceb
commit 71a78f69fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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;