mirror of
https://github.com/facebookexperimental/reverie.git
synced 2024-11-24 04:09:38 +00:00
ci: Make clippy less strict (#29)
Summary: The clippy errors with `clippy::all` aren't too helpful. Plus, with building on nightly, new lints often break CI. Pull Request resolved: https://github.com/facebookexperimental/reverie/pull/29 Reviewed By: asm89 Differential Revision: D53796464 Pulled By: jasonwhite fbshipit-source-id: d90323da824a97976c62f46c72aa7c611d31e359
This commit is contained in:
parent
17e8f64e94
commit
9f52ff6126
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -66,4 +66,4 @@ jobs:
|
|||
with:
|
||||
components: clippy
|
||||
- name: Run cargo clippy
|
||||
run: cargo clippy --all-features -- -Dclippy::all
|
||||
run: cargo clippy --all-features
|
||||
|
|
Loading…
Reference in a new issue