Skip to content

Commit

Permalink
Added TemplateErrorReason to exported types
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-Alberts committed Jul 25, 2023
1 parent ab930e8 commit 0a93b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ extern crate serde_json;
pub use self::block::{BlockContext, BlockParams};
pub use self::context::Context;
pub use self::decorators::DecoratorDef;
pub use self::error::{RenderError, RenderErrorReason, TemplateError};
pub use self::error::{RenderError, RenderErrorReason, TemplateError, TemplateErrorReason};
pub use self::helpers::{HelperDef, HelperResult};
pub use self::json::path::Path;
pub use self::json::value::{to_json, JsonRender, PathAndJson, ScopedJson};
Expand Down

0 comments on commit 0a93b35

Please sign in to comment.