diff options
Diffstat (limited to 'src/knn.rs')
-rw-r--r-- | src/knn.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -351,7 +351,7 @@ pub mod tests { use crate::euclid::{Euclidean, EuclideanDistance}; use crate::exhaustive::ExhaustiveSearch; - use rand::prelude::*; + use rand::random; use alloc::vec; |