mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
make clippy happy
This commit is contained in:
parent
ac95758f76
commit
566151c533
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn test_euclidean_distance_f32() {
|
||||
let vectors = vec![
|
||||
let vectors = [
|
||||
(0..8).map(|x| x as f32).collect::<Vec<f32>>(),
|
||||
(1..9).map(|x| x as f32).collect::<Vec<f32>>(),
|
||||
(2..10).map(|x| x as f32).collect::<Vec<f32>>(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue