From 1712bc0e0ee1f72c8a5a65ac267d98a8c363c7d1 Mon Sep 17 00:00:00 2001 From: Yuriy Dupyn <2153100+omedusyo@users.noreply.github.com> Date: Fri, 29 Dec 2023 08:49:58 +0100 Subject: [PATCH] Remove unnecessary import in a test --- minisql/src/interpreter.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/minisql/src/interpreter.rs b/minisql/src/interpreter.rs index 9b9f818..e480e82 100644 --- a/minisql/src/interpreter.rs +++ b/minisql/src/interpreter.rs @@ -482,8 +482,6 @@ mod tests { #[test] fn test_index() { - use ColumnSelection::*; - use Condition::*; use IndexableValue::*; use Operation::*; use Value::*;