mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +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))]
|
#[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
|
// This should only ever be used in debug_assert! macros
|
||||||
unreachable!();
|
unreachable!();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue