1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-04-26 13:56:22 +02:00

Remove unused imports from doctest ()

This commit is contained in:
Jonas Platte 2022-11-20 01:41:50 +01:00 committed by GitHub
parent b816ac7cdf
commit 8d2fb3618e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,10 +188,6 @@ use from_request::Trait::{FromRequest, FromRequestParts};
/// },
/// Extension,
/// response::{Response, IntoResponse},
/// http::StatusCode,
/// headers::ContentType,
/// body::Bytes,
/// async_trait,
/// };
///
/// #[derive(FromRequest)]