mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 21:44:34 +00:00
parent
6781db1588
commit
fd76f56ba4
4 changed files with 4 additions and 16 deletions
|
@ -340,7 +340,6 @@ impl SharedModuleCache {
|
|||
where
|
||||
NormalizedPathBuf: Borrow<Q>,
|
||||
{
|
||||
println!("343");
|
||||
let mut cache = loop {
|
||||
if let Some(cache) = self.0.try_borrow_mut() {
|
||||
break cache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue