Skip to content

Commit

Permalink
ci: Make clippy less strict (#29)
Browse files Browse the repository at this point in the history
Summary:
The clippy errors with `clippy::all` aren't too helpful. Plus, with building on nightly, new lints often break CI.

Pull Request resolved: #29

Reviewed By: asm89

Differential Revision: D53796464

Pulled By: jasonwhite

fbshipit-source-id: d90323da824a97976c62f46c72aa7c611d31e359
  • Loading branch information
jasonwhite authored and facebook-github-bot committed Feb 15, 2024
1 parent 17e8f64 commit 9f52ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
with:
components: clippy
- name: Run cargo clippy
run: cargo clippy --all-features -- -Dclippy::all
run: cargo clippy --all-features

0 comments on commit 9f52ff6

Please sign in to comment.