mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 03:54:21 +01:00
fix: remove unused Mutex
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user