mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
clippy complaints
This commit is contained in:
parent
15600a8f2b
commit
1439c1a21d
6 changed files with 8 additions and 10 deletions
|
@ -508,14 +508,12 @@ fn solve(
|
|||
let result = offenders.len();
|
||||
|
||||
if result > 0 {
|
||||
/*
|
||||
dbg!(
|
||||
&subs,
|
||||
&offenders,
|
||||
&let_con.def_types,
|
||||
&let_con.def_aliases
|
||||
);
|
||||
*/
|
||||
}
|
||||
|
||||
result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue