Re-format trybuild tests (#3049)

This commit is contained in:
Jonas Platte
2024-11-26 18:04:01 +00:00
committed by GitHub
parent f1c79a459b
commit 9ddb25f089
47 changed files with 97 additions and 154 deletions
+3 -6
View File
@@ -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)]