changed toolchain on rustfmt

This commit is contained in:
p0lunin 2020-07-02 15:54:24 +03:00
parent 8af16f2ffd
commit 932ee2e5f1

View file

@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cargo fmt
run: cargo fmt --all -- --check
run: cargo +nightly fmt --all -- --check
- name: Cargo clippy
run: cargo clippy --all-targets --all-features -- -D warnings
stable-test: