File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ config_data! {
59
59
60
60
/// Warm up caches on project load.
61
61
cachePriming_enable: bool = "true" ,
62
- /// How many worker threads to to handle priming caches. The default `0` means to pick automatically.
62
+ /// How many worker threads to handle priming caches. The default `0` means to pick automatically.
63
63
cachePriming_numThreads: ParallelCachePrimingNumThreads = "0" ,
64
64
65
65
/// Automatically refresh project info via `cargo metadata` on
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Warm up caches on project load.
11
11
[[rust-analyzer.cachePriming.numThreads]]rust-analyzer.cachePriming.numThreads (default: `0` )::
12
12
+
13
13
--
14
- How many worker threads to to handle priming caches. The default `0` means to pick automatically.
14
+ How many worker threads to handle priming caches. The default `0` means to pick automatically.
15
15
--
16
16
[[rust-analyzer.cargo.autoreload]]rust-analyzer.cargo.autoreload (default: `true` )::
17
17
+
Original file line number Diff line number Diff line change 388
388
"type" : " boolean"
389
389
},
390
390
"rust-analyzer.cachePriming.numThreads" : {
391
- "markdownDescription" : " How many worker threads to to handle priming caches. The default `0` means to pick automatically." ,
391
+ "markdownDescription" : " How many worker threads to handle priming caches. The default `0` means to pick automatically." ,
392
392
"default" : 0 ,
393
393
"type" : " number" ,
394
394
"minimum" : 0 ,
You can’t perform that action at this time.
0 commit comments