From b87fa87a75ae3125c77363a31b6e77c3530a733c Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Thu, 19 Nov 2020 14:08:58 +0800 Subject: [PATCH] Fix internals. --- src/ast.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ast.rs b/src/ast.rs index 4a90262b..8c6e160b 100644 --- a/src/ast.rs +++ b/src/ast.rs @@ -151,7 +151,6 @@ impl AST { &mut self.0 } /// Get the internal shared `Module` containing all script-defined functions. - #[cfg(not(feature = "internals"))] #[inline(always)] pub(crate) fn shared_lib(&self) -> Shared { self.1.clone()