Remove incorrect FIXME
This commit is contained in:
parent
9ded8d2eab
commit
60938ff73e
1 changed files with 0 additions and 2 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Reference in a new issue