Skip to content

Commit 0c49e38

Browse files
Fix link to "Auto Import"
1 parent e6b64fd commit 0c49e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ config_data! {
5353
assist_importEnforceGranularity: bool = "false",
5454
/// The path structure for newly inserted paths to use.
5555
assist_importPrefix: ImportPrefixDef = "\"plain\"",
56-
/// Group inserted imports by the [following order](https://rust-analyzer.github.io/manual.html#auto-import). Groups are separated by newlines.
56+
/// Group inserted imports by the https://rust-analyzer.github.io/manual.html#auto-import[following order]. Groups are separated by newlines.
5757
assist_importGroup: bool = "true",
5858
/// Whether to allow import insertion to merge new imports into single path glob imports like `use std::fmt::*;`.
5959
assist_allowMergingIntoGlobImports: bool = "true",

0 commit comments

Comments
 (0)