mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Fix some unused args
This commit is contained in:
parent
afd5f1582b
commit
a0fe80f202
1 changed files with 1 additions and 1 deletions
|
@ -2222,7 +2222,7 @@ fn ext_var_is_empty_record(subs: &Subs, ext_var: Variable) -> bool {
|
|||
}
|
||||
|
||||
#[cfg(not(debug_assertions))]
|
||||
fn ext_var_is_empty_record(subs: &Subs, ext_var: Variable) -> bool {
|
||||
fn ext_var_is_empty_record(_subs: &Subs, _ext_var: Variable) -> bool {
|
||||
// This should only ever be used in debug_assert! macros
|
||||
unreachable!();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue