Skip to content

Commit 1f8f964

Browse files
Tarin MahmoodTarin Mahmood
Tarin Mahmood
authored and
Tarin Mahmood
committed
Added --unstable-features flag
1 parent 006a038 commit 1f8f964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,8 @@ create_config! {
672672
multiline_match_arm_forces_block: bool, false, false,
673673
"Force multiline match arm bodies to be wrapped in a block";
674674
// TODO: these two is NOT Experimental Feature, only for testing
675-
merge_derives: bool, true, true, "Merge multiple `#[derive(...)]` into a single one";
676-
binop_separator: SeparatorPlace, SeparatorPlace::Front, true,
675+
merge_derives: bool, true, false, "Merge multiple `#[derive(...)]` into a single one";
676+
binop_separator: SeparatorPlace, SeparatorPlace::Front, false,
677677
"Where to put a binary operator when a binary expression goes multiline.";
678678
}
679679

0 commit comments

Comments
 (0)