We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf4259 commit 2fce6beCopy full SHA for 2fce6be
src/template_helpers.rs
@@ -17,6 +17,7 @@ type EH = fn(&JsonValue) -> anyhow::Result<JsonValue>;
17
/// Helper that takes two arguments
18
type HH = fn(&JsonValue, &JsonValue) -> JsonValue;
19
/// Helper that takes three arguments
20
+#[allow(clippy::upper_case_acronyms)]
21
type HHH = fn(&JsonValue, &JsonValue, &JsonValue) -> JsonValue;
22
23
pub fn register_all_helpers(h: &mut Handlebars<'_>, config: &AppConfig) {
0 commit comments