From 2b97a90b642fc64bd3743d06d4ebec12b91e0bef Mon Sep 17 00:00:00 2001 From: Conrad Dean Date: Mon, 22 Jul 2019 22:31:44 -0400 Subject: [PATCH] not sure if this Value is needed. it started to conflict a different return type a few days ago --- sql/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/sql/src/lib.rs b/sql/src/lib.rs index 35f31a44..ff3dd16c 100644 --- a/sql/src/lib.rs +++ b/sql/src/lib.rs @@ -37,8 +37,6 @@ use mentat_core::{ ValueRc, }; -pub use rusqlite::types::Value; - /// We want to accumulate values that will later be substituted into a SQL statement execution. /// This struct encapsulates the generated string and the _initial_ argument list. /// Additional user-supplied argument bindings, with their placeholders accumulated via