Skip to content

Commit 2fce6be

Browse files
committed
#[allow(clippy::upper_case_acronyms)]
1 parent ddf4259 commit 2fce6be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/template_helpers.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ type EH = fn(&JsonValue) -> anyhow::Result<JsonValue>;
1717
/// Helper that takes two arguments
1818
type HH = fn(&JsonValue, &JsonValue) -> JsonValue;
1919
/// Helper that takes three arguments
20+
#[allow(clippy::upper_case_acronyms)]
2021
type HHH = fn(&JsonValue, &JsonValue, &JsonValue) -> JsonValue;
2122

2223
pub fn register_all_helpers(h: &mut Handlebars<'_>, config: &AppConfig) {

0 commit comments

Comments
 (0)