Skip to content

Commit f32dce7

Browse files
committed
docs(contributing): describe feature combination count without a hardcoded number
1 parent 491060e commit f32dce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Before submitting, ensure:
374374
- `cargo test` passes.
375375
- The project builds with no default features, with default features, and with all features.
376376

377-
The CI script `test.sh` runs all of these across 5 feature combinations. You can run it locally with:
377+
The CI script `test.sh` runs all of these across every supported feature combination. You can run it locally with:
378378

379379
```sh
380380
FMT=true LINT=true BUILD=true TEST=true DOC=true ./test.sh

0 commit comments

Comments
 (0)