Add iterator support for strings.
This commit is contained in:
@@ -125,7 +125,7 @@ fn main() {
|
||||
|
||||
match engine
|
||||
.compile_with_scope(&scope, &script)
|
||||
.map_err(|err| err.into())
|
||||
.map_err(Into::into)
|
||||
.and_then(|r| {
|
||||
ast_u = r.clone();
|
||||
|
||||
|
Reference in New Issue
Block a user