Skip to content

Commit

Permalink
minor: Mark remove_unnecessary_else as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Mar 4, 2024
1 parent a7e9f12 commit 6e802a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pub(crate) fn remove_unnecessary_else(
"remove unnecessary else block",
display_range,
)
.experimental()
.with_fixes(fixes(ctx, d))
}

Expand Down

0 comments on commit 6e802a0

Please sign in to comment.