This commit is contained in:
Shunsuke Shibayama 2023-02-06 17:04:12 +09:00
parent 42ceab31e6
commit f5a3d32728
8 changed files with 183 additions and 146 deletions

View file

@ -971,7 +971,6 @@ impl Context {
self.shared.as_ref().map(|shared| &shared.py_mod_cache)
}
#[cfg(feature = "els")]
pub fn index(&self) -> Option<&crate::module::SharedModuleIndex> {
self.shared.as_ref().map(|shared| &shared.index)
}