From 8a7912a901a845e1444f38c49a67eeeeeb6ff3b0 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Thu, 21 Oct 2021 19:51:35 +0800 Subject: [PATCH] Fix build. --- src/parse.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parse.rs b/src/parse.rs index 438da716..e33d5c59 100644 --- a/src/parse.rs +++ b/src/parse.rs @@ -3348,7 +3348,7 @@ impl Engine { { let mut m = crate::Module::new(); - lib.into_iter().for_each(|fn_def| { + _lib.into_iter().for_each(|fn_def| { m.set_script_fn(fn_def); });