Skip to content

Commit

Permalink
Remove unused imports from doctest (#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Nov 20, 2022
1 parent b816ac7 commit 8d2fb36
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions axum-macros/src/lib.rs
Expand Up @@ -188,10 +188,6 @@ use from_request::Trait::{FromRequest, FromRequestParts};
/// },
/// Extension,
/// response::{Response, IntoResponse},
/// http::StatusCode,
/// headers::ContentType,
/// body::Bytes,
/// async_trait,
/// };
///
/// #[derive(FromRequest)]
Expand Down

0 comments on commit 8d2fb36

Please sign in to comment.