mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
More symbol usage
This commit is contained in:
parent
c30bdfcc84
commit
df5f1777b8
50 changed files with 388 additions and 303 deletions
|
@ -224,6 +224,7 @@ impl ProjectJson {
|
|||
Crate {
|
||||
display_name: crate_data
|
||||
.display_name
|
||||
.as_deref()
|
||||
.map(CrateDisplayName::from_canonical_name),
|
||||
root_module,
|
||||
edition: crate_data.edition.into(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue