1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00

Run clippy on all targets and all features (#347)

* Run clippy on all targets and all features

* check.sh: print each step

* impl ToString -related clippy fix
This commit is contained in:
Emil Ernerfeldt
2021-05-02 19:26:57 +02:00
committed by GitHub
parent 35c7b09285
commit 10b60d5361
3 changed files with 4 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --workspace --all-targets --all-features -- -D warnings -W clippy::all
doc:
name: cargo doc