We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 715930b + f10c045 commit 8a55a78Copy full SHA for 8a55a78
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
toolchain: nightly
20
components: rustfmt
21
cache: false
22
- - run: cargo +nightly fmt --all -- --check
+ - run: cargo fmt --all -- --check
23
24
clippy:
25
name: cargo clippy
0 commit comments