resolve: apply stashed using/module + deps bridge; remove conflict markers in runner/mod.rs
This commit is contained in:
@ -50,6 +50,7 @@ pub static SYNTAX_ALLOWED_STATEMENTS: &[&str] = &[
|
||||
"print",
|
||||
"nowait",
|
||||
"include",
|
||||
"import",
|
||||
"local",
|
||||
"outbox",
|
||||
"try",
|
||||
@ -66,4 +67,4 @@ pub static SYNTAX_ALLOWED_BINOPS: &[&str] = &[
|
||||
"or",
|
||||
"eq",
|
||||
"ne",
|
||||
];
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user