Skip to content

Commit 91253f1

Browse files
committed
fix: make ParseState pub
1 parent c7ab1d7 commit 91253f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resl/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pub use error::ParseError;
9090
pub use expr::Expr;
9191
pub use value::Value;
9292

93-
pub use crate::state::{CtxState, EvalState, FmtState};
93+
pub use crate::state::{CtxState, EvalState, FmtState, ParseState};
9494

9595
// use crate::{
9696
// expression::Expression,

0 commit comments

Comments
 (0)