actions-fix: update toolchain to nightly for cargo fmt to use crate imports granularity part 2. remove +nightly

This commit is contained in:
clowzed 2024-06-24 13:03:05 +03:00
commit aa27492f6f
3 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@ jobs:
- uses: "actions-rs/cargo@v1"
with:
command: "+nightly fmt"
command: "fmt"
args: "--all -- --check"
clippy: