Use bitflags.
This commit is contained in:
@@ -274,8 +274,7 @@ fn test_custom_syntax_raw() -> Result<(), Box<EvalAltResult>> {
|
||||
Ok(None)
|
||||
}
|
||||
s => Err(LexError::ImproperSymbol(s.to_string(), String::new())
|
||||
.into_err(Position::NONE)
|
||||
.into()),
|
||||
.into_err(Position::NONE)),
|
||||
},
|
||||
_ => unreachable!(),
|
||||
},
|
||||
|
Reference in New Issue
Block a user