Skip to content

Commit cc1c68d

Browse files
authored
Fix typo in cargoNextestExtraArgs docs (#599)
1 parent a5eca68 commit cc1c68d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/API.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,8 @@ Except where noted below, all derivation attributes are delegated to
618618
* `cargoLlvmCovExtraArgs`: additional flags to be passed in the cargo
619619
llvm-cov invocation
620620
- Default value: `"--lcov --output-path $out/coverage"`
621-
* `cargoNextestExtraArgs`: additional flags to be passed in the clippy invocation (e.g.
622-
deny specific lints)
621+
* `cargoNextestExtraArgs`: additional flags to be passed in the nextest invocation
622+
(e.g. specifying a profile)
623623
- Default value: `""`
624624
* `partitions`: The number of separate nextest partitions to run. Useful if the
625625
test suite takes a long time and can be parallelized across multiple build

0 commit comments

Comments
 (0)