mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Merge #6669
6669: Align default importMergeBehaviour with VSCode r=lnicola a=flodiebold Co-authored-by: Florian Diebold <flodiebold@gmail.com>
This commit is contained in:
commit
65a789368a
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ macro_rules! config_data {
|
|||
|
||||
config_data! {
|
||||
struct ConfigData {
|
||||
assist_importMergeBehaviour: MergeBehaviourDef = MergeBehaviourDef::None,
|
||||
assist_importMergeBehaviour: MergeBehaviourDef = MergeBehaviourDef::Full,
|
||||
assist_importPrefix: ImportPrefixDef = ImportPrefixDef::Plain,
|
||||
|
||||
callInfo_full: bool = true,
|
||||
|
|
Loading…
Reference in a new issue