fix: allow non camel case types in default function
This commit is contained in:
parent
bbc1b25ab7
commit
7f4f103adc
|
@ -49,6 +49,7 @@ pub enum Constant {
|
|||
Bool(bool),
|
||||
}
|
||||
|
||||
#[allow(non_camel_case_types)]
|
||||
#[derive(Debug, Clone, EnumString)]
|
||||
pub enum DefaultFunction {
|
||||
// Integer functions
|
||||
|
|
Loading…
Reference in New Issue