Remove unused import

This commit is contained in:
Dirkjan Ochtman 2021-01-19 11:14:34 +01:00
parent 9fee57c05f
commit 092d6a0176
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ use ordered_float::OrderedFloat;
use rand::rngs::{StdRng, ThreadRng}; use rand::rngs::{StdRng, ThreadRng};
use rand::{Rng, SeedableRng}; use rand::{Rng, SeedableRng};
use instant_distance::{Builder, Heuristic, Hnsw, Point as _, PointId, Search}; use instant_distance::{Builder, Hnsw, Point as _, PointId, Search};
#[test] #[test]
fn basic() { fn basic() {