mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
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 file = db.parse(symbol.file_id).tree;
|
||||||
let node = symbol.ptr.to_node(file.syntax()).to_owned();
|
let node = symbol.ptr.to_node(file.syntax()).to_owned();
|
||||||
|
|
||||||
// FIXME: After type inference is done, add type information to improve the output
|
|
||||||
|
|
||||||
visitor()
|
visitor()
|
||||||
.visit(|node: &ast::FnDef| node.short_label())
|
.visit(|node: &ast::FnDef| node.short_label())
|
||||||
.visit(|node: &ast::StructDef| node.short_label())
|
.visit(|node: &ast::StructDef| node.short_label())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue