Revert "debug: mark"

This reverts commit 5eb0a50a23.
This commit is contained in:
Shunsuke Shibayama 2024-09-16 21:32:01 +09:00
parent 6781db1588
commit fd76f56ba4
4 changed files with 4 additions and 16 deletions

View file

@ -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;