remove fixme

This commit is contained in:
jnyfah 2025-03-13 10:53:34 +01:00
parent 7bcf2506f7
commit 21ee875b4c

View file

@ -48,7 +48,6 @@ pub(super) fn hints(
if arrow.is_none() {
label.prepend_str(" -> ");
}
// FIXME?: We could provide text edit to insert braces for closures with non-block body.
let text_edit = if has_block_body {
ty_to_text_edit(
sema,