aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2016-04-28 14:52:02 -0700
committerMatt Brubeck <mbrubeck@limpet.net>2016-04-28 14:54:07 -0700
commitc4872d95445636ef4dec45cbfc5c2d643c4b9441 (patch)
treee264cb26ec0ff6ece0b5f503d5f438d33d755c00 /components/script/lib.rs
parent659305fe0a8f94e950ca64fab5ccef9949abd295 (diff)
downloadservo-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.rs1
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;