We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b64fd commit 0c49e38Copy full SHA for 0c49e38
crates/rust-analyzer/src/config.rs
@@ -53,7 +53,7 @@ config_data! {
53
assist_importEnforceGranularity: bool = "false",
54
/// The path structure for newly inserted paths to use.
55
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.
+ /// Group inserted imports by the https://rust-analyzer.github.io/manual.html#auto-import[following order]. Groups are separated by newlines.
57
assist_importGroup: bool = "true",
58
/// Whether to allow import insertion to merge new imports into single path glob imports like `use std::fmt::*;`.
59
assist_allowMergingIntoGlobImports: bool = "true",
0 commit comments