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 21d1aa5 commit 84a3795Copy full SHA for 84a3795
.github/workflows/lint.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions-rust-lang/setup-rust-toolchain@v1
25
with:
26
toolchain: '1.86.0' # Pinned to project's MSRV
27
- components: clippy
+ components: clippy, fmt
28
29
- name: Cache Rust dependencies
30
uses: Swatinem/rust-cache@v2
0 commit comments