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 @@ struct ConfigData {
/// Warm up caches on project load. /// Warm up caches on project load.
cachePriming_enable: bool = "true", 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", cachePriming_numThreads: ParallelCachePrimingNumThreads = "0",
/// Automatically refresh project info via `cargo metadata` on /// 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`):: [[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`):: [[rust-analyzer.cargo.autoreload]]rust-analyzer.cargo.autoreload (default: `true`)::
+ +

View file

@ -388,7 +388,7 @@
"type": "boolean" "type": "boolean"
}, },
"rust-analyzer.cachePriming.numThreads": { "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, "default": 0,
"type": "number", "type": "number",
"minimum": 0, "minimum": 0,