mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
add back linux mono and dbg statement
This commit is contained in:
parent
144b02939d
commit
922fe7ecd8
2 changed files with 5 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue