mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 18:08:55 +03:00
Unused import
This commit is contained in:
parent
a81d4d4be2
commit
d2cc1041aa
@ -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…
Reference in New Issue
Block a user