Skip to content

Commit

Permalink
Adjust prefer_core config documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Sep 13, 2022
1 parent dbc3efb commit cb00af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rust-analyzer/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ config_data! {
imports_group_enable: bool = "true",
/// Whether to allow import insertion to merge new imports into single path glob imports like `use std::fmt::*;`.
imports_merge_glob: bool = "true",
/// 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.
imports_prefer_core: bool = "false",
/// The path structure for newly inserted paths to use.
imports_prefix: ImportPrefixDef = "\"plain\"",
Expand Down

0 comments on commit cb00af0

Please sign in to comment.