mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
use new name for clippy error
This commit is contained in:
parent
bbf35af8fa
commit
35b93f0d1e
1 changed files with 2 additions and 2 deletions
|
@ -3607,7 +3607,7 @@ pub fn rec_defs_help_simple(
|
|||
_ => true, // this must be a function
|
||||
});
|
||||
// TODO(weakening)
|
||||
#[allow(clippy::logic_bug)]
|
||||
#[allow(clippy::overly_complex_bool_expr)]
|
||||
Generalizable(generalizable || true)
|
||||
};
|
||||
|
||||
|
@ -3899,7 +3899,7 @@ fn rec_defs_help(
|
|||
.iter()
|
||||
.all(|d| is_generalizable_expr(&d.loc_expr.value));
|
||||
// TODO(weakening)
|
||||
#[allow(clippy::logic_bug)]
|
||||
#[allow(clippy::overly_complex_bool_expr)]
|
||||
Generalizable(generalizable || true)
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue