Skip to content

Commit 01e1b7d

Browse files
committed
Reexport ParseError
1 parent 8cbf5ae commit 01e1b7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/parser/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ use core::error::Error;
55
#[cfg(feature = "std")]
66
use std::{boxed::Box, string::ToString};
77

8+
// reexport for consumers
9+
pub use lalrpop_util::ParseError;
10+
811
#[cfg(feature = "std")]
912
pub use self::grammar::LogicParser;
1013
#[cfg(feature = "std")]

0 commit comments

Comments
 (0)