diff options
author | Aleksey Kladov <[email protected]> | 2018-10-07 11:18:25 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-10-15 19:19:49 +0100 |
commit | d8aee31a600a8a8a56ddee0ee2ff1c5d5ba2320b (patch) | |
tree | 2610e72a444870434fcca6f1d69751800b957543 /crates/ra_syntax | |
parent | 93d77e9b22c38a3587f3b7d5c3c6d517b66f3314 (diff) |
start salsa migration
Diffstat (limited to 'crates/ra_syntax')
-rw-r--r-- | crates/ra_syntax/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/lib.rs b/crates/ra_syntax/src/lib.rs index 5bb54aba1..7eba5ee61 100644 --- a/crates/ra_syntax/src/lib.rs +++ b/crates/ra_syntax/src/lib.rs | |||
@@ -59,7 +59,7 @@ use crate::{ | |||
59 | yellow::{GreenNode}, | 59 | yellow::{GreenNode}, |
60 | }; | 60 | }; |
61 | 61 | ||
62 | #[derive(Clone, Debug, Hash)] | 62 | #[derive(Clone, Debug, Hash, PartialEq, Eq)] |
63 | pub struct File { | 63 | pub struct File { |
64 | root: SyntaxNode | 64 | root: SyntaxNode |
65 | } | 65 | } |