Run cargo clippy --fix (#250)
* Run `cargo clippy --fix` * Run `cargo clippy --all-features --fix` * Fix other clippy warnings * cargo fmt Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
This commit is contained in:
@@ -511,6 +511,6 @@ mod tests {
|
||||
.and_then(|dbscan| dbscan.predict(&x))
|
||||
.unwrap();
|
||||
|
||||
println!("{:?}", labels);
|
||||
println!("{labels:?}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user