From fe526e118ed67e96620a6ef121e16cdd5ec9946f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=84=A0=EC=9A=B0?= Date: Fri, 16 Aug 2024 06:43:55 +0900 Subject: [PATCH] Nit --- core/vdbe/mod.rs | 2 -- 1 file changed, 2 deletions(-) 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! {