mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-24 00:00:16 +02:00
Tell clippy about MSRV (#114)
* Remove unused import * Tell clippy about MSRV
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use super::{rejection::TypedHeaderRejection, take_body, FromRequest, RequestParts};
|
||||
use super::{rejection::TypedHeaderRejection, FromRequest, RequestParts};
|
||||
use async_trait::async_trait;
|
||||
use headers::HeaderMap;
|
||||
use std::ops::Deref;
|
||||
|
||||
Reference in New Issue
Block a user