Remove unnecessary import in a test
This commit is contained in:
parent
8b9249be36
commit
1712bc0e0e
1 changed files with 0 additions and 2 deletions
|
|
@ -482,8 +482,6 @@ mod tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_index() {
|
fn test_index() {
|
||||||
use ColumnSelection::*;
|
|
||||||
use Condition::*;
|
|
||||||
use IndexableValue::*;
|
use IndexableValue::*;
|
||||||
use Operation::*;
|
use Operation::*;
|
||||||
use Value::*;
|
use Value::*;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue