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 dc41f04 commit fe41387Copy full SHA for fe41387
1 file changed
.pre-commit-config.yaml
@@ -50,15 +50,15 @@ repos:
50
- id: cargo-check-all-features
51
name: cargo-check-all-features
52
language: system
53
- entry: cargo check --all-target --workspace --all-features
+ entry: cargo check --all-targets --workspace --all-features
54
stages: [pre-commit, pre-merge-commit]
55
pass_filenames: false
56
files: Cargo\.(toml|lock)
57
58
- id: cargo-check-no-default-features
59
name: cargo-check-no-default-features
60
61
- entry: cargo check --all-target --workspace --no-default-features
+ entry: cargo check --all-targets --workspace --no-default-features
62
63
64
0 commit comments