We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7d5d2 commit 7699d4dCopy full SHA for 7699d4d
.github/workflows/rust.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: print rustc version
11
run: |
12
rustc --version
13
- - name: check code formatting
+ - name: check code formatting
14
15
cd rust
16
cargo fmt -- --check
0 commit comments