Change format from --all-features to --all.
This commit is contained in:
parent
bbf67d24f0
commit
4d231d988a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
command:
|
command:
|
||||||
name: Format
|
name: Format
|
||||||
command: fmt
|
command: fmt
|
||||||
args: --all-features -- --check
|
args: --all -- --check
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
- toolchain: stable
|
- toolchain: stable
|
||||||
command:
|
command:
|
||||||
|
Loading…
Reference in New Issue
Block a user