fix: allow non camel case types in default function

This commit is contained in:
rvcas 2022-05-10 23:05:04 -04:00
parent bbc1b25ab7
commit 7f4f103adc
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ pub enum Constant {
Bool(bool),
}
#[allow(non_camel_case_types)]
#[derive(Debug, Clone, EnumString)]
pub enum DefaultFunction {
// Integer functions