add deps tracking

This commit is contained in:
Aleksey Kladov 2018-09-11 10:31:04 +03:00
parent db14b4270c
commit c81d0d51bf
3 changed files with 148 additions and 47 deletions

View file

@ -57,7 +57,7 @@ use {
parser_api::Parser,
};
#[derive(Clone, Debug)]
#[derive(Clone, Debug, Hash)]
pub struct File {
root: SyntaxNode
}