mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Address unused arg warning
This commit is contained in:
parent
29182d8292
commit
ccb6a98f8a
1 changed files with 1 additions and 2 deletions
|
@ -4174,9 +4174,8 @@ fn build_header<'a>(
|
|||
provides,
|
||||
requires,
|
||||
requires_types,
|
||||
config_shorthand,
|
||||
platform_main_type,
|
||||
opt_app_module_id,
|
||||
config_shorthand: _,
|
||||
name: _,
|
||||
} = header_type
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue