mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Give MergeBehaviour variants better names
This commit is contained in:
parent
07cea5e709
commit
6a8d47e7f0
8 changed files with 76 additions and 66 deletions
|
@ -21,7 +21,7 @@ pub(crate) const TEST_CONFIG: AssistConfig = AssistConfig {
|
|||
snippet_cap: SnippetCap::new(true),
|
||||
allowed: None,
|
||||
insert_use: InsertUseConfig {
|
||||
merge: Some(MergeBehavior::Full),
|
||||
merge: Some(MergeBehavior::Crate),
|
||||
prefix_kind: hir::PrefixKind::Plain,
|
||||
group: true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue