Ensure DEFINE FIELD
statements deserialize correctly
This commit is contained in:
parent
2895026593
commit
64873eb881
1 changed files with 1 additions and 1 deletions
|
@ -1001,11 +1001,11 @@ fn event(i: &str) -> IResult<&str, DefineEventStatement> {
|
|||
pub struct DefineFieldStatement {
|
||||
pub name: Idiom,
|
||||
pub what: Ident,
|
||||
pub flex: bool,
|
||||
pub kind: Option<Kind>,
|
||||
pub value: Option<Value>,
|
||||
pub assert: Option<Value>,
|
||||
pub permissions: Permissions,
|
||||
pub flex: bool,
|
||||
}
|
||||
|
||||
impl DefineFieldStatement {
|
||||
|
|
Loading…
Reference in a new issue