diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2017-01-24 11:50:43 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-01-24 11:50:43 +0100 |
commit | f1738ee266ea341995c0ca3957a9f280dab54b34 (patch) | |
tree | 93d092a3178e9d92ebaca31ffb0694e7f8042e87 /components/script/lib.rs | |
parent | 231481570e7ffc6c036b54a15507a9b2260ffe87 (diff) | |
download | servo-f1738ee266ea341995c0ca3957a9f280dab54b34.tar.gz servo-f1738ee266ea341995c0ca3957a9f280dab54b34.zip |
Revert "Auto merge of #15136 - nox:mitochondria-finally-makes-it-into-the-tree, r=jdm"
This reverts commit ca6376a7142640185f21beca4b11011e8367ec91, reversing
changes made to bb24fd3177cd69931d6a894bfcbb605286cefa1e.
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 aaac06e6ea7..0ee202fab01 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -63,7 +63,6 @@ extern crate log; #[macro_use] extern crate mime; extern crate mime_guess; -extern crate mitochondria; extern crate msg; extern crate net_traits; extern crate num_traits; |