Unbox error return for Engine::register_custom_syntax.
This commit is contained in:
@@ -100,7 +100,7 @@ impl Engine {
|
||||
) -> Result<Dynamic, Box<EvalAltResult>>
|
||||
+ SendSync
|
||||
+ 'static,
|
||||
) -> Result<&mut Self, Box<ParseError>> {
|
||||
) -> Result<&mut Self, ParseError> {
|
||||
let mut segments: StaticVec<_> = Default::default();
|
||||
|
||||
for s in keywords {
|
||||
|
Reference in New Issue
Block a user