Remove some #[allow(warnings)] (#376)

These were probably added during development and then forgotten to be
removed.
This commit is contained in:
David Pedersen
2021-10-08 14:09:44 +00:00
committed by GitHub
parent 2bedcc285b
commit fe4c0ae386
5 changed files with 4 additions and 9 deletions
-1
View File
@@ -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()