Fix rust-2018-idioms warnings
This commit is contained in:
@@ -29,8 +29,6 @@
|
||||
//! * ["A Density-Based Algorithm for Discovering Clusters in Large Spatial Databases with Noise", Ester M., Kriegel HP., Sander J., Xu X.](http://faculty.marshall.usc.edu/gareth-james/ISL/)
|
||||
//! * ["Density-Based Clustering in Spatial Databases: The Algorithm GDBSCAN and its Applications", Sander J., Ester M., Kriegel HP., Xu X.](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.63.1629&rep=rep1&type=pdf)
|
||||
|
||||
extern crate rand;
|
||||
|
||||
use std::fmt::Debug;
|
||||
use std::iter::Sum;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user