mirror of
https://github.com/servo/servo.git
synced 2025-07-29 10:10:34 +01:00
changed quickersort with pdqsort
This commit is contained in:
parent
556a46f537
commit
07f04ced2e
4 changed files with 11 additions and 16 deletions
|
@ -65,8 +65,8 @@ extern crate num_traits;
|
|||
extern crate ordered_float;
|
||||
extern crate owning_ref;
|
||||
extern crate parking_lot;
|
||||
extern crate pdqsort;
|
||||
extern crate phf;
|
||||
extern crate quickersort;
|
||||
extern crate rayon;
|
||||
extern crate rustc_serialize;
|
||||
extern crate selectors;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue