diff options
author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2018-09-15 21:42:01 +0100 |
---|---|---|
committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2018-09-15 22:00:05 +0100 |
commit | fcdf3a52b4b61a39474950486ea0edf5ebf33bea (patch) | |
tree | 94e7b42645037db8a1f92c6ba9571c2e6ed33cf8 /crates/libeditor/src | |
parent | e69ff21207d83864e13f6c8631733f4f0c32ba0d (diff) |
everysalsa
Diffstat (limited to 'crates/libeditor/src')
-rw-r--r-- | crates/libeditor/src/symbols.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/libeditor/src/symbols.rs b/crates/libeditor/src/symbols.rs index 28b86c004..2f9cc9233 100644 --- a/crates/libeditor/src/symbols.rs +++ b/crates/libeditor/src/symbols.rs | |||
@@ -17,7 +17,7 @@ pub struct StructureNode { | |||
17 | pub kind: SyntaxKind, | 17 | pub kind: SyntaxKind, |
18 | } | 18 | } |
19 | 19 | ||
20 | #[derive(Debug, Clone)] | 20 | #[derive(Debug, Clone, Hash)] |
21 | pub struct FileSymbol { | 21 | pub struct FileSymbol { |
22 | pub name: SmolStr, | 22 | pub name: SmolStr, |
23 | pub node_range: TextRange, | 23 | pub node_range: TextRange, |