diff options
Diffstat (limited to 'src/syntax/mod.rs')
| -rw-r--r-- | src/syntax/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax/mod.rs b/src/syntax/mod.rs index 33413317..1b55fb4e 100644 --- a/src/syntax/mod.rs +++ b/src/syntax/mod.rs @@ -12,7 +12,7 @@ mod span; pub use span::{Span, Spanned}; pub use tokens::{tokenize, Tokens}; -pub use parsing::{parse, ParseContext, ParseError, ParseResult}; +pub use parsing::{parse, ParseContext, ParseResult}; /// A logical unit of the incoming text stream. #[derive(Debug, Copy, Clone, Eq, PartialEq)] |
