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 491060e commit f32dce7Copy full SHA for f32dce7
1 file changed
CONTRIBUTING.md
@@ -374,7 +374,7 @@ Before submitting, ensure:
374
- `cargo test` passes.
375
- The project builds with no default features, with default features, and with all features.
376
377
-The CI script `test.sh` runs all of these across 5 feature combinations. You can run it locally with:
+The CI script `test.sh` runs all of these across every supported feature combination. You can run it locally with:
378
379
```sh
380
FMT=true LINT=true BUILD=true TEST=true DOC=true ./test.sh
0 commit comments