Skip to content

Commit

Permalink
Fix clippy invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Oct 27, 2023
1 parent 3d40343 commit fb626c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deepwell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
run: cd deepwell && cargo fmt --all -- --check

- name: Clippy
run: cd deepwell && cargo clippy --no-deps -A unused_imports
run: cd deepwell && cargo clippy --no-deps -- -A unused_imports

# clippy is over aggressive with "unused import" warnings, reporting it for
# prelude modules and common export patterns, which is noisy and unhelpful.
Expand Down

0 comments on commit fb626c1

Please sign in to comment.