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.
1 parent c066610 commit 2254549Copy full SHA for 2254549
.github/workflows/lint.yml
@@ -33,7 +33,7 @@ jobs:
33
run: rustup show
34
35
- name: Cargo fmt
36
- run: cargo fmt --all -- --check
+ run: cargo +stable fmt --all -- --check
37
38
- uses: actions-rs/cargo@v1
39
name: "Udeps Installation"
0 commit comments