mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-24 00:00:16 +02:00
Use nightly clippy & rustfmt for more style checks (#487)
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
|
||||
use axum::{
|
||||
async_trait,
|
||||
extract::rejection::JsonRejection,
|
||||
extract::{FromRequest, RequestParts},
|
||||
extract::{rejection::JsonRejection, FromRequest, RequestParts},
|
||||
http::StatusCode,
|
||||
routing::post,
|
||||
BoxError, Router,
|
||||
|
||||
Reference in New Issue
Block a user