Skip to content

Commit 3e414da

Browse files
author
Dean Karn
committed
fix exporting coersions fn
1 parent 0d6124a commit 3e414da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ mod coercions;
22
mod expressions;
33
mod parse;
44

5-
pub use parse::{Error, Expression, Parser, Result, Value};
5+
pub use parse::{coercions, Error, Expression, Parser, Result, Value};

0 commit comments

Comments
 (0)