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:
commit
46b5483055
@ -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
|
||||
|
@ -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`)::
|
||||
+
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user