diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_syntax/src/syntax_error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/syntax_error.rs b/crates/ra_syntax/src/syntax_error.rs index 460552103..71b228ff6 100644 --- a/crates/ra_syntax/src/syntax_error.rs +++ b/crates/ra_syntax/src/syntax_error.rs | |||
@@ -5,7 +5,7 @@ use std::fmt; | |||
5 | use crate::{TextRange, TextUnit}; | 5 | use crate::{TextRange, TextUnit}; |
6 | 6 | ||
7 | /// Represents the result of unsuccessful tokenization, parsing | 7 | /// Represents the result of unsuccessful tokenization, parsing |
8 | /// or semmantical analyzis. | 8 | /// or tree validation. |
9 | #[derive(Debug, Clone, PartialEq, Eq, Hash)] | 9 | #[derive(Debug, Clone, PartialEq, Eq, Hash)] |
10 | pub struct SyntaxError(String, TextRange); | 10 | pub struct SyntaxError(String, TextRange); |
11 | 11 | ||