mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Removed pdqsort dependency and changed style create to use stdlib sort method.
This commit is contained in:
parent
3209d22968
commit
dd02d7a8f8
4 changed files with 1 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue