Skip to content

Commit

Permalink
Merge pull request #610 from Dosenpfand/reexport-json-truthy
Browse files Browse the repository at this point in the history
Re-export JsonTruthy
  • Loading branch information
sunng87 committed Sep 28, 2023
2 parents 825baea + 818855e commit ea93c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -392,7 +392,7 @@ pub use self::decorators::DecoratorDef;
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};
pub use self::json::value::{to_json, JsonRender, JsonTruthy, PathAndJson, ScopedJson};
pub use self::local_vars::LocalVars;
pub use self::output::{Output, StringOutput};
#[cfg(feature = "dir_source")]
Expand Down

0 comments on commit ea93c15

Please sign in to comment.