Skip to content

Commit

Permalink
clippy fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
fakeshadow committed Jan 14, 2024
1 parent 25eeed2 commit 3fb4720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ mod test {
s.call(req).await
}

#[allow(clippy::too_many_arguments)]
async fn handler(
_res: Result<UriRef<'_>, Error<String>>,
_opt: Option<UriRef<'_>>,
Expand Down

0 comments on commit 3fb4720

Please sign in to comment.