diff options
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; |