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:
Jason White 2024-02-15 10:09:51 -08:00 committed by Facebook GitHub Bot
parent 17e8f64e94
commit 9f52ff6126

View file

@ -66,4 +66,4 @@ jobs:
with:
components: clippy
- name: Run cargo clippy
run: cargo clippy --all-features -- -Dclippy::all
run: cargo clippy --all-features