add back linux mono and dbg statement

This commit is contained in:
shua 2025-01-18 01:44:34 +01:00
parent 144b02939d
commit 922fe7ecd8
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

View file

@ -51,6 +51,8 @@ pub fn apply_trmc<'a, 'i>(
for proc in procs.values_mut() {
use self::SelfRecursive::*;
#[allow(clippy::dbg_macro)]
let _ = dbg!(proc.name, proc.is_self_recursive);
if let SelfRecursive(id) = proc.is_self_recursive {
let trmc_candidate_symbols = trmc_candidates(env.interner, proc);