mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-16 07:15:24 +00:00
accepting review suggestions
This commit is contained in:
parent
c372fb3495
commit
66fe84d936
13 changed files with 67 additions and 97 deletions
|
@ -74,8 +74,8 @@ export interface FetchDependencyListParams {}
|
|||
|
||||
export interface FetchDependencyListResult {
|
||||
crates: {
|
||||
name: string;
|
||||
version: string;
|
||||
name: string | undefined;
|
||||
version: string | undefined;
|
||||
path: string;
|
||||
}[];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue