mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Remove some #[allow(warnings)] (#376)
These were probably added during development and then forgotten to be removed.
This commit is contained in:
@@ -150,7 +150,6 @@ where
|
||||
{
|
||||
type Rejection = PathParamsRejection;
|
||||
|
||||
#[allow(warnings)]
|
||||
async fn from_request(req: &mut RequestParts<B>) -> Result<Self, Self::Rejection> {
|
||||
let params = match req
|
||||
.extensions_mut()
|
||||
|
||||
Reference in New Issue
Block a user