Skip to content

Commit 8ad484b

Browse files
Add missing files
1 parent 0c49e38 commit 8ad484b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/user/generated_config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The path structure for newly inserted paths to use.
1616
[[rust-analyzer.assist.importGroup]]rust-analyzer.assist.importGroup (default: `true`)::
1717
+
1818
--
19-
Group inserted imports by the [following order](https://rust-analyzer.github.io/manual.html#auto-import). Groups are separated by newlines.
19+
Group inserted imports by the https://rust-analyzer.github.io/manual.html#auto-import[following order]. Groups are separated by newlines.
2020
--
2121
[[rust-analyzer.assist.allowMergingIntoGlobImports]]rust-analyzer.assist.allowMergingIntoGlobImports (default: `true`)::
2222
+

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
]
436436
},
437437
"rust-analyzer.assist.importGroup": {
438-
"markdownDescription": "Group inserted imports by the [following order](https://rust-analyzer.github.io/manual.html#auto-import). Groups are separated by newlines.",
438+
"markdownDescription": "Group inserted imports by the https://rust-analyzer.github.io/manual.html#auto-import[following order]. Groups are separated by newlines.",
439439
"default": true,
440440
"type": "boolean"
441441
},

0 commit comments

Comments
 (0)