remove duplicate 'to' in cachePriming.numThreads option description

This commit is contained in:
Equinox
2022-05-20 02:04:02 +12:00
parent 4f7d1a9d69
commit 7197042ac4
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ config_data! {
/// Warm up caches on project load.
cachePriming_enable: bool = "true",
/// How many worker threads to to handle priming caches. The default `0` means to pick automatically.
/// How many worker threads to handle priming caches. The default `0` means to pick automatically.
cachePriming_numThreads: ParallelCachePrimingNumThreads = "0",
/// Automatically refresh project info via `cargo metadata` on