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 dbc3efb commit cb00af0Copy full SHA for cb00af0
crates/rust-analyzer/src/config.rs
@@ -262,7 +262,7 @@ config_data! {
262
imports_group_enable: bool = "true",
263
/// Whether to allow import insertion to merge new imports into single path glob imports like `use std::fmt::*;`.
264
imports_merge_glob: bool = "true",
265
- /// Prefer to use imports of the core crate over the std crate.
+ /// Prefer to use imports of the core crate, then alloc and finally std crate.
266
imports_prefer_core: bool = "false",
267
/// The path structure for newly inserted paths to use.
268
imports_prefix: ImportPrefixDef = "\"plain\"",
0 commit comments