Skip to content

Commit

Permalink
Actually enable handlebars_misc_helpers
Browse files Browse the repository at this point in the history
Sleep deprivation sucks
  • Loading branch information
SuperCuber committed May 21, 2021
1 parent 631c3d5 commit 2965269
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlebars_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ fn os_shell() -> Command {
}

fn register_rust_helpers(handlebars: &mut Handlebars<'_>) {
#[cfg(feature = "handlebars_misc_helpers")]
handlebars_misc_helpers::register(handlebars);
handlebars.register_helper("math", Box::new(math_helper));

Expand Down

0 comments on commit 2965269

Please sign in to comment.