mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
scip: Populate SymbolInformation::display_name
This commit is contained in:
parent
426d2842c1
commit
375f1cca4f
2 changed files with 3 additions and 1 deletions
|
@ -134,7 +134,7 @@ impl flags::Scip {
|
|||
relationships: Vec::new(),
|
||||
special_fields: Default::default(),
|
||||
kind: Default::default(),
|
||||
display_name: String::new(),
|
||||
display_name: token.display_name.clone().unwrap_or_default(),
|
||||
signature_documentation: Default::default(),
|
||||
enclosing_symbol: String::new(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue