diff options
author | Matt Brubeck <mbrubeck@limpet.net> | 2016-04-28 14:52:02 -0700 |
---|---|---|
committer | Matt Brubeck <mbrubeck@limpet.net> | 2016-04-28 14:54:07 -0700 |
commit | c4872d95445636ef4dec45cbfc5c2d643c4b9441 (patch) | |
tree | e264cb26ec0ff6ece0b5f503d5f438d33d755c00 /components/script/lib.rs | |
parent | 659305fe0a8f94e950ca64fab5ccef9949abd295 (diff) | |
download | servo-c4872d95445636ef4dec45cbfc5c2d643c4b9441.tar.gz servo-c4872d95445636ef4dec45cbfc5c2d643c4b9441.zip |
Replace range::Range with std::ops::Range in script
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 43d42d47a95..dde2063cfc3 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -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; |