From 2965269fff602b4feaf4522015a18ea92663951b Mon Sep 17 00:00:00 2001 From: SuperCuber Date: Fri, 21 May 2021 18:35:30 +0300 Subject: [PATCH] Actually enable handlebars_misc_helpers Sleep deprivation sucks --- src/handlebars_helpers.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/handlebars_helpers.rs b/src/handlebars_helpers.rs index abb38fa..673a405 100644 --- a/src/handlebars_helpers.rs +++ b/src/handlebars_helpers.rs @@ -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));