mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Replace range::Range with std::ops::Range in script
This commit is contained in:
parent
659305fe0a
commit
c4872d9544
9 changed files with 14 additions and 23 deletions
|
@ -59,7 +59,6 @@ extern crate phf;
|
|||
#[macro_use]
|
||||
extern crate profile_traits;
|
||||
extern crate rand;
|
||||
extern crate range;
|
||||
extern crate ref_filter_map;
|
||||
extern crate ref_slice;
|
||||
extern crate regex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue