mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
return dependencies with names
This commit is contained in:
parent
961cae7e53
commit
74fe581061
2 changed files with 17 additions and 6 deletions
|
@ -38,8 +38,8 @@ impl CrateData {
|
|||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub struct Dependency {
|
||||
crate_id: CrateId,
|
||||
name: SmolStr,
|
||||
pub crate_id: CrateId,
|
||||
pub name: SmolStr,
|
||||
}
|
||||
|
||||
impl Dependency {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue