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:
overlookmotel 2025-01-06 11:42:26 +00:00
parent b8d26eab17
commit 1835687b75

View file

@ -1,4 +1,3 @@
use core::f64;
use std::{borrow::Cow, cmp::Ordering};
use num_bigint::BigInt;