Minor code and docs refactor.

This commit is contained in:
Stephen Chung
2021-11-28 22:57:28 +08:00
parent dca47d5233
commit 9fa4d60336
13 changed files with 175 additions and 127 deletions

View File

@@ -75,7 +75,7 @@ impl Engine {
#[cfg(not(feature = "no_function"))]
let lib = ast
.lib()
.shared_lib()
.iter_fn()
.filter(|f| f.func.is_script())
.map(|f| {