diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-02-18 10:38:02 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-02-18 10:46:32 -0500 |
commit | 01de7fbfa88af5d8404c931b44524eb9de74aed6 (patch) | |
tree | 7d29bbcc8661209a5a5fdc4e5102a2f9531d02f2 /src | |
parent | b4c25f17cd8d75f05123928e47f44dd56275749f (diff) | |
download | acap-01de7fbfa88af5d8404c931b44524eb9de74aed6.tar.xz |
Update dependencies
Diffstat (limited to 'src')
-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; |