Fix internals.
This commit is contained in:
@@ -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<Module> {
|
||||
self.1.clone()
|
||||
|
Reference in New Issue
Block a user