mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Sorry clippy, we love long lists
This commit is contained in:
parent
e118573896
commit
676d6b3a7f
1 changed files with 1 additions and 0 deletions
|
@ -2422,6 +2422,7 @@ enum MakeTagUnionRecursive {
|
|||
/// ```
|
||||
///
|
||||
/// When `Err` is returned, a problem will be added to `env`.
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn make_tag_union_recursive_help<'a, 'b>(
|
||||
env: &mut Env<'a>,
|
||||
recursive_alias: Loc<Symbol>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue