mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Unused import
This commit is contained in:
parent
a81d4d4be2
commit
d2cc1041aa
1 changed files with 1 additions and 1 deletions
|
@ -2177,7 +2177,7 @@ pub fn is_unresolved_var(subs: &Subs, var: Variable) -> bool {
|
|||
|
||||
#[inline(always)]
|
||||
pub fn is_any_float_range(subs: &Subs, var: Variable) -> bool {
|
||||
use {roc_types::num::IntLitWidth::*, Content::*, NumericRange::*};
|
||||
use {Content::*, NumericRange::*};
|
||||
let content = subs.get_content_without_compacting(var);
|
||||
matches!(
|
||||
content,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue