fix: remove unused Mutex

This commit is contained in:
Forato
2025-06-25 18:52:12 -03:00
parent 7919ff032a
commit 897898fdbd
2 changed files with 6 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ use std::cell::{RefCell, RefMut};
use std::num::NonZeroUsize;
use std::rc::Rc;
use std::sync::{Arc, Mutex};
use std::sync::Arc;
use limbo_core::{LimboError, StepResult};
use napi::iterator::Generator;