mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-22 08:14:49 +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::{
|
use axum::{
|
||||||
body::Body,
|
|
||||||
extract::{rejection::ExtensionRejection, FromRequest, Request},
|
extract::{rejection::ExtensionRejection, FromRequest, Request},
|
||||||
http::StatusCode,
|
http::StatusCode,
|
||||||
response::{IntoResponse, Response},
|
response::{IntoResponse, Response},
|
||||||
|
|
Loading…
Add table
Reference in a new issue