Fix warnings

This commit is contained in:
Mubelotix 2025-06-24 14:53:39 +02:00
parent bc4d1530ee
commit 695877043a
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,3 @@
use std::f32::consts::E;
use std::{cell::RefCell, sync::Arc};
use bumpalo::collections::Vec as BVec;