mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-02-02 09:45:45 +00:00
ci: Make clippy less strict
This commit is contained in:
parent
17e8f64e94
commit
98cdc95973
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