mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Re-format trybuild tests (#3049)
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
use axum::{
|
||||
extract::FromRequest,
|
||||
response::Response,
|
||||
};
|
||||
use axum::{extract::FromRequest, response::Response};
|
||||
use axum_extra::{
|
||||
TypedHeader,
|
||||
typed_header::TypedHeaderRejection,
|
||||
headers::{self, UserAgent},
|
||||
typed_header::TypedHeaderRejection,
|
||||
TypedHeader,
|
||||
};
|
||||
|
||||
#[derive(FromRequest)]
|
||||
|
||||
Reference in New Issue
Block a user