mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +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
|
@ -20,7 +20,7 @@ pub(crate) const TEST_CONFIG: CompletionConfig = CompletionConfig {
|
|||
add_call_argument_snippets: true,
|
||||
snippet_cap: SnippetCap::new(true),
|
||||
insert_use: InsertUseConfig {
|
||||
merge: Some(MergeBehavior::Full),
|
||||
merge: Some(MergeBehavior::Crate),
|
||||
prefix_kind: PrefixKind::Plain,
|
||||
group: true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue