Skip to content

Commit

Permalink
Suppress linter warnings.
Browse files Browse the repository at this point in the history
Allow `map_err` and `dependency_on_unit_never_type_fallback` pending
a future MSRV increase.
  • Loading branch information
arik-so committed Sep 24, 2024
1 parent 23109b6 commit 404658a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ jobs:
-A clippy::manual_filter \
-A clippy::manual_map \
-A clippy::manual_memcpy \
-A clippy::manual_inspect \
-A clippy::manual_range_contains \
-A clippy::manual_range_patterns \
-A clippy::manual_saturating_arithmetic \
Expand Down Expand Up @@ -334,7 +335,8 @@ jobs:
-A clippy::unnecessary_to_owned \
-A clippy::unnecessary_unwrap \
-A clippy::unused_unit \
-A clippy::useless_conversion
-A clippy::useless_conversion \
-A dependency_on_unit_never_type_fallback
rustfmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 404658a

Please sign in to comment.