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: 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: