Skip to content

Commit

Permalink
Allow clippy::manual inspect warning as resolution requires higher MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
dunxen committed Sep 23, 2024
1 parent e12a0e4 commit a640926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@ jobs:
-A clippy::unnecessary_to_owned \
-A clippy::unnecessary_unwrap \
-A clippy::unused_unit \
-A clippy::useless_conversion
-A clippy::useless_conversion \
-A clippy::manual_inspect # suggests Result::inspect_err, available for Rust >= 1.76.0
rustfmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a640926

Please sign in to comment.