mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-15 00:00:20 +02:00
Remove unused imports from doctest (#1551)
This commit is contained in:
@@ -188,10 +188,6 @@ use from_request::Trait::{FromRequest, FromRequestParts};
|
||||
/// },
|
||||
/// Extension,
|
||||
/// response::{Response, IntoResponse},
|
||||
/// http::StatusCode,
|
||||
/// headers::ContentType,
|
||||
/// body::Bytes,
|
||||
/// async_trait,
|
||||
/// };
|
||||
///
|
||||
/// #[derive(FromRequest)]
|
||||
|
||||
Reference in New Issue
Block a user