diff options
Diffstat (limited to 'crates/libsyntax2/src')
-rw-r--r-- | crates/libsyntax2/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/libsyntax2/src/lib.rs b/crates/libsyntax2/src/lib.rs index 886195660..eb271762e 100644 --- a/crates/libsyntax2/src/lib.rs +++ b/crates/libsyntax2/src/lib.rs | |||
@@ -61,7 +61,7 @@ use { | |||
61 | yellow::{GreenNode, SyntaxRoot}, | 61 | yellow::{GreenNode, SyntaxRoot}, |
62 | }; | 62 | }; |
63 | 63 | ||
64 | #[derive(Clone, Debug)] | 64 | #[derive(Clone, Debug, Hash)] |
65 | pub struct File { | 65 | pub struct File { |
66 | root: SyntaxNode | 66 | root: SyntaxNode |
67 | } | 67 | } |