diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2016-01-26 18:30:40 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2016-01-27 12:25:16 +0100 |
commit | c7b51e7aa15d8b3178343daa58a297a514cd9a70 (patch) | |
tree | eedff55d1275607028e884fdef1211b2a5a98832 /components/script/lib.rs | |
parent | a19b14313a333c5e895e481768237275f564044f (diff) | |
download | servo-c7b51e7aa15d8b3178343daa58a297a514cd9a70.tar.gz servo-c7b51e7aa15d8b3178343daa58a297a514cd9a70.zip |
Update html5ever and xml5ever for API changes.
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 0993d090dd5..a776fe2d484 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -66,7 +66,6 @@ extern crate smallvec; #[macro_use(atom, ns)] extern crate string_cache; #[macro_use] extern crate style; -extern crate tendril; extern crate time; extern crate unicase; extern crate url; |