Skip to content

Commit d5b8a40

Browse files
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>
2 parents 6ed4968 + 3eaec3c commit d5b8a40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/ide_assists/src/handlers/auto_import.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ use crate::{AssistContext, AssistId, AssistKind, Assists, GroupLabel};
3333
// use super::AssistContext;
3434
// ```
3535
//
36-
// .Merge Behaviour
36+
// .Merge Behavior
3737
//
38-
// It is possible to configure how use-trees are merged with the `importMergeBehaviour` setting.
38+
// It is possible to configure how use-trees are merged with the `importMergeBehavior` setting.
3939
// It has the following configurations:
4040
//
4141
// - `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};
4646
// - `none`: This setting will cause auto-import to never merge use-trees keeping them as simple
4747
// paths.
4848
//
49-
// In `VS Code` the configuration for this is `rust-analyzer.assist.importMergeBehaviour`.
49+
// In `VS Code` the configuration for this is `rust-analyzer.assist.importMergeBehavior`.
5050
//
5151
// .Import Prefix
5252
//

0 commit comments

Comments
 (0)