mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
add deps tracking
This commit is contained in:
parent
db14b4270c
commit
c81d0d51bf
3 changed files with 148 additions and 47 deletions
|
@ -57,7 +57,7 @@ use {
|
|||
parser_api::Parser,
|
||||
};
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
#[derive(Clone, Debug, Hash)]
|
||||
pub struct File {
|
||||
root: SyntaxNode
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue