Skip to content

Commit 16c50a4

Browse files
committed
chore: regenerate docs
1 parent bdf5e11 commit 16c50a4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/user/generated_config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ Unsetting this disables sysroot loading.
7474

7575
This option does not take effect until rust-analyzer is restarted.
7676
--
77-
[[rust-analyzer.cargo.target]]rust-analyzer.cargo.target (default: `null`)::
77+
[[rust-analyzer.cargo.targets]]rust-analyzer.cargo.targets (default: `[]`)::
7878
+
7979
--
80-
Compilation target override (target triple).
80+
Compilation targets override (target triples).
8181
--
8282
[[rust-analyzer.cargo.unsetTest]]rust-analyzer.cargo.unsetTest (default: `["core"]`)::
8383
+

editors/code/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -476,13 +476,13 @@
476476
"string"
477477
]
478478
},
479-
"rust-analyzer.cargo.target": {
480-
"markdownDescription": "Compilation target override (target triple).",
481-
"default": null,
482-
"type": [
483-
"null",
484-
"string"
485-
]
479+
"rust-analyzer.cargo.targets": {
480+
"markdownDescription": "Compilation targets override (target triples).",
481+
"default": [],
482+
"type": "array",
483+
"items": {
484+
"type": "string"
485+
}
486486
},
487487
"rust-analyzer.cargo.unsetTest": {
488488
"markdownDescription": "Unsets `#[cfg(test)]` for the specified crates.",

0 commit comments

Comments
 (0)