Skip to content

Commit cb00af0

Browse files
committed
Adjust prefer_core config documentation
1 parent dbc3efb commit cb00af0

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
@@ -262,7 +262,7 @@ config_data! {
262262
imports_group_enable: bool = "true",
263263
/// Whether to allow import insertion to merge new imports into single path glob imports like `use std::fmt::*;`.
264264
imports_merge_glob: bool = "true",
265-
/// Prefer to use imports of the core crate over the std crate.
265+
/// Prefer to use imports of the core crate, then alloc and finally std crate.
266266
imports_prefer_core: bool = "false",
267267
/// The path structure for newly inserted paths to use.
268268
imports_prefix: ImportPrefixDef = "\"plain\"",

0 commit comments

Comments
 (0)