Removed pdqsort dependency and changed style create to use stdlib sort method.

This commit is contained in:
Savid Sharan 2017-10-16 18:39:01 -04:00
parent 3209d22968
commit dd02d7a8f8
4 changed files with 1 additions and 18 deletions

View file

@ -73,7 +73,6 @@ extern crate num_traits;
extern crate ordered_float;
extern crate owning_ref;
extern crate parking_lot;
extern crate pdqsort;
extern crate precomputed_hash;
extern crate rayon;
extern crate selectors;