mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Merge #7792
7792: docs(ide_assists): Change remaining occurrences of importMergeBehaviour to importMergeBehavior r=lnicola a=SanchithHegde Co-authored-by: Sanchith Hegde <sanchith.hegde01@gmail.com>
This commit is contained in:
commit
d5b8a401f3
@ -33,9 +33,9 @@ use crate::{AssistContext, AssistId, AssistKind, Assists, GroupLabel};
|
|||||||
// use super::AssistContext;
|
// use super::AssistContext;
|
||||||
// ```
|
// ```
|
||||||
//
|
//
|
||||||
// .Merge Behaviour
|
// .Merge Behavior
|
||||||
//
|
//
|
||||||
// It is possible to configure how use-trees are merged with the `importMergeBehaviour` setting.
|
// It is possible to configure how use-trees are merged with the `importMergeBehavior` setting.
|
||||||
// It has the following configurations:
|
// It has the following configurations:
|
||||||
//
|
//
|
||||||
// - `full`: This setting will cause auto-import to always completely merge use-trees that share the
|
// - `full`: This setting will cause auto-import to always completely merge use-trees that share the
|
||||||
@ -46,7 +46,7 @@ use crate::{AssistContext, AssistId, AssistKind, Assists, GroupLabel};
|
|||||||
// - `none`: This setting will cause auto-import to never merge use-trees keeping them as simple
|
// - `none`: This setting will cause auto-import to never merge use-trees keeping them as simple
|
||||||
// paths.
|
// paths.
|
||||||
//
|
//
|
||||||
// In `VS Code` the configuration for this is `rust-analyzer.assist.importMergeBehaviour`.
|
// In `VS Code` the configuration for this is `rust-analyzer.assist.importMergeBehavior`.
|
||||||
//
|
//
|
||||||
// .Import Prefix
|
// .Import Prefix
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user