Skip to content

Commit 1bbc0fb

Browse files
committed
remove fixme
1 parent 35443fa commit 1bbc0fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ide/src/inlay_hints/closure_ret.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ pub(super) fn hints(
4848
if arrow.is_none() {
4949
label.prepend_str(" -> ");
5050
}
51-
// FIXME?: We could provide text edit to insert braces for closures with non-block body.
5251
let text_edit = if has_block_body {
5352
ty_to_text_edit(
5453
sema,

0 commit comments

Comments
 (0)