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 1b10ee2 commit c11ac61Copy full SHA for c11ac61
.github/workflows/ci.yml
@@ -25,9 +25,9 @@ jobs:
25
restore-keys: ${{ runner.os }}-cargo-
26
- name: cargo test
27
run: cargo test
28
-# uncomment to enable clippy linter
+ # uncomment to enable clippy linter
29
# - name: cargo clippy
30
# run: cargo clippy -- -D warnings
31
-# uncomment to enable format linter
+ # uncomment to enable format linter
32
# - name: cargo fmt
33
# run: cargo fmt --check
0 commit comments