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 d71d59a commit 3dca70aCopy full SHA for 3dca70a
.github/workflows/lint.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
31
with:
32
toolchain: nightly
33
- components: rustfmt
+ components: clippy,rustfmt
34
35
- name: Install uv
36
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1
.pre-commit-config.yaml
@@ -48,5 +48,5 @@ repos:
48
types:
49
- rust
50
language: rust
51
- entry: cargo +nightly check
+ entry: cargo check
52
pass_filenames: false
0 commit comments