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 e6dd68e commit c56ed0aCopy full SHA for c56ed0a
.github/workflows/rust-check.yml
@@ -19,7 +19,7 @@ jobs:
19
profile: minimal
20
toolchain: stable
21
override: true
22
- components: rustfmt
+ components: rustfmt clippy
23
24
- name: Check formatting
25
run: cargo fmt -- --check
0 commit comments