Fix builds.
This commit is contained in:
parent
dcaac20eb9
commit
a31a4e4887
@ -811,7 +811,7 @@ impl AST {
|
|||||||
#[cfg(not(feature = "no_module"))]
|
#[cfg(not(feature = "no_module"))]
|
||||||
#[inline(always)]
|
#[inline(always)]
|
||||||
pub(crate) fn walk(&self, on_node: &mut impl FnMut(&[ASTNode]) -> bool) -> bool {
|
pub(crate) fn walk(&self, on_node: &mut impl FnMut(&[ASTNode]) -> bool) -> bool {
|
||||||
self.walk_raw(on_node)
|
self._walk(on_node)
|
||||||
}
|
}
|
||||||
/// _(internals)_ Recursively walk the [`AST`], including function bodies (if any).
|
/// _(internals)_ Recursively walk the [`AST`], including function bodies (if any).
|
||||||
/// Return `false` from the callback to terminate the walk.
|
/// Return `false` from the callback to terminate the walk.
|
||||||
|
Loading…
Reference in New Issue
Block a user