diff --git a/core/vdbe/mod.rs b/core/vdbe/mod.rs index 45af1e055..0e26c2578 100644 --- a/core/vdbe/mod.rs +++ b/core/vdbe/mod.rs @@ -1824,8 +1824,6 @@ mod tests { }; use mockall::{mock, predicate}; use rand::{rngs::mock::StepRng, thread_rng}; - use rusqlite::types::ToSqlOutput::Owned; - use rustix::path::Arg; use std::{cell::Ref, rc::Rc}; mock! {