mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53: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:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user