Unused import

This commit is contained in:
Ayaz Hafiz 2022-09-16 10:25:31 -05:00
parent a81d4d4be2
commit d2cc1041aa
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58

View File

@ -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,