Skip to content

Commit

Permalink
Auto merge of #16750 - Veykril:unnecessary-else, r=Veykril
Browse files Browse the repository at this point in the history
minor: Mark remove_unnecessary_else as experimental

cc #16566 (comment) #16628

There seem to be some leftover issues with this, additionally its a style lint so it's not too nice to see for some people. We should flesh out our diagnostics stuff before adding more style lints I think
  • Loading branch information
bors committed Mar 4, 2024
2 parents a7e9f12 + 6e802a0 commit 00879b1
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 00879b1

Please sign in to comment.