Auto merge of #12313 - equinox:typo-fix, r=lnicola

Removed duplicate 'to' in `cachePriming.numThreads` option description

One 'to' too many!
This commit is contained in:
bors 2022-05-19 14:22:09 +00:00
commit 46b5483055
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ struct ConfigData {
/// 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

View File

@ -11,7 +11,7 @@ Warm up caches on project load.
[[rust-analyzer.cachePriming.numThreads]]rust-analyzer.cachePriming.numThreads (default: `0`)::
+
--
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.
--
[[rust-analyzer.cargo.autoreload]]rust-analyzer.cargo.autoreload (default: `true`)::
+

View File

@ -388,7 +388,7 @@
"type": "boolean"
},
"rust-analyzer.cachePriming.numThreads": {
"markdownDescription": "How many worker threads to to handle priming caches. The default `0` means to pick automatically.",
"markdownDescription": "How many worker threads to handle priming caches. The default `0` means to pick automatically.",
"default": 0,
"type": "number",
"minimum": 0,