mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 14:03:35 +00:00
minor: Mark remove_unnecessary_else as experimental
This commit is contained in:
parent
a7e9f12bf7
commit
6e802a0b56
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ pub(crate) fn remove_unnecessary_else(
|
|||
"remove unnecessary else block",
|
||||
display_range,
|
||||
)
|
||||
.experimental()
|
||||
.with_fixes(fixes(ctx, d))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue