doc/languages-frameworks/rust: fix typo

This commit is contained in:
Ian Macalinao 2022-09-03 15:45:21 -05:00
parent 9b214e6dad
commit 30a5965216
No known key found for this signature in database
GPG Key ID: 23023A87F0BE00F3

View File

@ -458,7 +458,7 @@ you of the correct hash.
`maturinBuildFlags`.
* `cargoCheckHook`: run tests using Cargo. The build type for checks
can be set using `cargoCheckType`. Features can be specified with
`cargoCheckNoDefaultFeaatures` and `cargoCheckFeatures`. Additional
`cargoCheckNoDefaultFeatures` and `cargoCheckFeatures`. Additional
flags can be passed to the tests using `checkFlags` and
`checkFlagsArray`. By default, tests are run in parallel. This can
be disabled by setting `dontUseCargoParallelTests`.