mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
stand by Kawhi being the best
This commit is contained in:
parent
058644aa96
commit
31f3caef74
1 changed files with 2 additions and 0 deletions
|
@ -3609,6 +3609,7 @@ pub fn rec_defs_help_simple(
|
||||||
_ => true, // this must be a function
|
_ => true, // this must be a function
|
||||||
});
|
});
|
||||||
// TODO(weakening)
|
// TODO(weakening)
|
||||||
|
#[allow(clippy::logic_bug)]
|
||||||
Generalizable(generalizable || true)
|
Generalizable(generalizable || true)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -3866,6 +3867,7 @@ fn rec_defs_help(
|
||||||
.iter()
|
.iter()
|
||||||
.all(|d| is_generalizable_expr(&d.loc_expr.value));
|
.all(|d| is_generalizable_expr(&d.loc_expr.value));
|
||||||
// TODO(weakening)
|
// TODO(weakening)
|
||||||
|
#[allow(clippy::logic_bug)]
|
||||||
Generalizable(generalizable || true)
|
Generalizable(generalizable || true)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue