From 7f4f103adc68139918583439da418d1ef687c985 Mon Sep 17 00:00:00 2001 From: rvcas Date: Tue, 10 May 2022 23:05:04 -0400 Subject: [PATCH] fix: allow non camel case types in default function --- src/ast.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ast.rs b/src/ast.rs index 258922e1..672469cc 100644 --- a/src/ast.rs +++ b/src/ast.rs @@ -49,6 +49,7 @@ pub enum Constant { Bool(bool), } +#[allow(non_camel_case_types)] #[derive(Debug, Clone, EnumString)] pub enum DefaultFunction { // Integer functions