Fix internals.
This commit is contained in:
@@ -151,7 +151,6 @@ impl AST {
|
|||||||
&mut self.0
|
&mut self.0
|
||||||
}
|
}
|
||||||
/// Get the internal shared `Module` containing all script-defined functions.
|
/// Get the internal shared `Module` containing all script-defined functions.
|
||||||
#[cfg(not(feature = "internals"))]
|
|
||||||
#[inline(always)]
|
#[inline(always)]
|
||||||
pub(crate) fn shared_lib(&self) -> Shared<Module> {
|
pub(crate) fn shared_lib(&self) -> Shared<Module> {
|
||||||
self.1.clone()
|
self.1.clone()
|
||||||
|
Reference in New Issue
Block a user