Merge branch 'v1.1-fixes'

This commit is contained in:
Stephen Chung
2021-10-23 17:54:03 +08:00
2 changed files with 9 additions and 1 deletions

View File

@@ -717,7 +717,6 @@ impl AST {
///
/// Not available under `no_function`.
#[cfg(not(feature = "no_function"))]
#[cfg(not(feature = "no_module"))]
#[inline]
pub(crate) fn iter_fn_def(&self) -> impl Iterator<Item = &ScriptFnDef> {
self.functions