Fix no_module build.,
This commit is contained in:
parent
aafff4fb93
commit
f388d22c0f
@ -1868,6 +1868,7 @@ impl Engine {
|
|||||||
.into_iter()
|
.into_iter()
|
||||||
.try_fold(Default::default(), |_, stmt| {
|
.try_fold(Default::default(), |_, stmt| {
|
||||||
match stmt {
|
match stmt {
|
||||||
|
#[cfg(not(feature = "no_module"))]
|
||||||
Stmt::Import(_, _, _) => {
|
Stmt::Import(_, _, _) => {
|
||||||
// When imports list is modified, clear the functions lookup cache
|
// When imports list is modified, clear the functions lookup cache
|
||||||
if has_imports {
|
if has_imports {
|
||||||
|
Loading…
Reference in New Issue
Block a user