Skip to content

Commit 6e802a0

Browse files
committed
minor: Mark remove_unnecessary_else as experimental
1 parent a7e9f12 commit 6e802a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ide-diagnostics/src/handlers/remove_unnecessary_else.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pub(crate) fn remove_unnecessary_else(
3030
"remove unnecessary else block",
3131
display_range,
3232
)
33+
.experimental()
3334
.with_fixes(fixes(ctx, d))
3435
}
3536

0 commit comments

Comments
 (0)