mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-05 18:27:07 +01:00
Remove unused import in trybuild test (#3050)
This commit is contained in:
parent
9ddb25f089
commit
fb1b8f1a55
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
use axum::{
|
||||
body::Body,
|
||||
extract::{rejection::ExtensionRejection, FromRequest, Request},
|
||||
http::StatusCode,
|
||||
response::{IntoResponse, Response},
|
||||
|
|
Loading…
Reference in a new issue