mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
More symbol usage
This commit is contained in:
parent
c30bdfcc84
commit
df5f1777b8
50 changed files with 388 additions and 303 deletions
|
@ -408,7 +408,7 @@ pub(crate) fn def_to_moniker(
|
|||
}),
|
||||
),
|
||||
};
|
||||
PackageInformation { name, repo, version }
|
||||
PackageInformation { name: name.as_str().to_owned(), repo, version }
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue