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()