mirror of
https://github.com/tokio-rs/axum.git
synced 2025-04-26 13:56:22 +02:00
Remove unused imports from doctest (#1551)
This commit is contained in:
parent
b816ac7cdf
commit
8d2fb3618e
1 changed files with 0 additions and 4 deletions
|
@ -188,10 +188,6 @@ use from_request::Trait::{FromRequest, FromRequestParts};
|
|||
/// },
|
||||
/// Extension,
|
||||
/// response::{Response, IntoResponse},
|
||||
/// http::StatusCode,
|
||||
/// headers::ContentType,
|
||||
/// body::Bytes,
|
||||
/// async_trait,
|
||||
/// };
|
||||
///
|
||||
/// #[derive(FromRequest)]
|
||||
|
|
Loading…
Add table
Reference in a new issue