aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/lib.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2017-01-23 15:00:29 +0100
committerMs2ger <Ms2ger@gmail.com>2017-01-24 11:02:51 +0100
commit14fe337866b38d23546e9c7bc9aad3e16b9b8a6b (patch)
tree07a6d212edd13169454386f7f8ebaf4dd77f9c32 /components/profile/lib.rs
parentca6376a7142640185f21beca4b11011e8367ec91 (diff)
downloadservo-14fe337866b38d23546e9c7bc9aad3e16b9b8a6b.tar.gz
servo-14fe337866b38d23546e9c7bc9aad3e16b9b8a6b.zip
Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).
Diffstat (limited to 'components/profile/lib.rs')
-rw-r--r--components/profile/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/profile/lib.rs b/components/profile/lib.rs
index dbcb5bff514..a2a4d3da449 100644
--- a/components/profile/lib.rs
+++ b/components/profile/lib.rs
@@ -22,7 +22,6 @@ extern crate log;
extern crate profile_traits;
#[cfg(target_os = "linux")]
extern crate regex;
-extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate serde_json;