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 0b0dc1f commit 153d703Copy full SHA for 153d703
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
- uses: actions/checkout@v4
45
- uses: dtolnay/rust-toolchain@stable
46
with:
47
- components: clippy
+ components: rustfmt
48
- run: cargo fmt --check --all
49
50
docs:
0 commit comments