Change format from --all-features to --all.

This commit is contained in:
Sebastian Schmidt 2021-06-02 18:20:25 +03:00
parent bbf67d24f0
commit 4d231d988a

View File

@ -25,7 +25,7 @@ jobs:
command:
name: Format
command: fmt
args: --all-features -- --check
args: --all -- --check
components: rustfmt
- toolchain: stable
command: