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 6f9c15d commit d73c114Copy full SHA for d73c114
.github/workflows/rust.yml
@@ -22,8 +22,6 @@ jobs:
22
run: cargo --version
23
- name: Report rustfmt version
24
run: cargo fmt -- --version
25
- - name: Report nightly cargo version
26
- run: cargo +nightly --version
27
- name: Report nightly rustfmt version
28
run: cargo +nightly fmt -- --version
29
- name: Check style
0 commit comments