Skip to content

Commit 5ce2442

Browse files
authored
Merge pull request #3334 from arik-so/lint_fixes
Fix linter complaints
2 parents a0d0f02 + d340ac3 commit 5ce2442

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ jobs:
281281
-A clippy::manual_filter \
282282
-A clippy::manual_map \
283283
-A clippy::manual_memcpy \
284+
-A clippy::manual_inspect \
284285
-A clippy::manual_range_contains \
285286
-A clippy::manual_range_patterns \
286287
-A clippy::manual_saturating_arithmetic \
@@ -334,7 +335,8 @@ jobs:
334335
-A clippy::unnecessary_to_owned \
335336
-A clippy::unnecessary_unwrap \
336337
-A clippy::unused_unit \
337-
-A clippy::useless_conversion
338+
-A clippy::useless_conversion \
339+
-A dependency_on_unit_never_type_fallback
338340
339341
rustfmt:
340342
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)