Remove unused import in trybuild test (#3050)

This commit is contained in:
Jonas Platte 2024-11-26 20:47:43 +01:00 committed by GitHub
parent 9ddb25f089
commit fb1b8f1a55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,4 @@
use axum::{
body::Body,
extract::{rejection::ExtensionRejection, FromRequest, Request},
http::StatusCode,
response::{IntoResponse, Response},