Remove incorrect FIXME

This commit is contained in:
Edwin Cheng 2019-06-10 03:41:21 +08:00
parent 9ded8d2eab
commit 60938ff73e

View file

@ -443,8 +443,6 @@ fn description_from_symbol(db: &RootDatabase, symbol: &FileSymbol) -> Option<Str
let file = db.parse(symbol.file_id).tree;
let node = symbol.ptr.to_node(file.syntax()).to_owned();
// FIXME: After type inference is done, add type information to improve the output
visitor()
.visit(|node: &ast::FnDef| node.short_label())
.visit(|node: &ast::StructDef| node.short_label())