Skip to content

Commit

Permalink
feat(error): liquid re-export all error stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 27, 2018
1 parent 160f9bf commit 808f708
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ mod template;
pub mod compiler {
pub use liquid_compiler::*;
}
pub mod error {
pub use liquid_error::*;
}
pub mod interpreter {
pub use liquid_interpreter::*;
}
Expand Down

0 comments on commit 808f708

Please sign in to comment.