We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0d0f02 + d340ac3 commit 5ce2442Copy full SHA for 5ce2442
.github/workflows/build.yml
@@ -281,6 +281,7 @@ jobs:
281
-A clippy::manual_filter \
282
-A clippy::manual_map \
283
-A clippy::manual_memcpy \
284
+ -A clippy::manual_inspect \
285
-A clippy::manual_range_contains \
286
-A clippy::manual_range_patterns \
287
-A clippy::manual_saturating_arithmetic \
@@ -334,7 +335,8 @@ jobs:
334
335
-A clippy::unnecessary_to_owned \
336
-A clippy::unnecessary_unwrap \
337
-A clippy::unused_unit \
- -A clippy::useless_conversion
338
+ -A clippy::useless_conversion \
339
+ -A dependency_on_unit_never_type_fallback
340
341
rustfmt:
342
runs-on: ubuntu-latest
0 commit comments