mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
refactor(ecmascript): remove unnecessary use statement (#8284)
Tiny refactor. Unnecessary `use core::f64` snuck in in #8252. Probably auto-added by IDE.
This commit is contained in:
parent
b8d26eab17
commit
1835687b75
1 changed files with 0 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
use core::f64;
|
||||
use std::{borrow::Cow, cmp::Ordering};
|
||||
|
||||
use num_bigint::BigInt;
|
||||
|
|
|
|||
Loading…
Reference in a new issue