mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-22 19:42:31 +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
|
||||
});
|
||||
// TODO(weakening)
|
||||
#[allow(clippy::logic_bug)]
|
||||
Generalizable(generalizable || true)
|
||||
};
|
||||
|
||||
|
@ -3866,6 +3867,7 @@ fn rec_defs_help(
|
|||
.iter()
|
||||
.all(|d| is_generalizable_expr(&d.loc_expr.value));
|
||||
// TODO(weakening)
|
||||
#[allow(clippy::logic_bug)]
|
||||
Generalizable(generalizable || true)
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue