diff options
author | Ms2ger <Ms2ger@gmail.com> | 2017-01-23 15:00:29 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2017-01-24 11:02:51 +0100 |
commit | 14fe337866b38d23546e9c7bc9aad3e16b9b8a6b (patch) | |
tree | 07a6d212edd13169454386f7f8ebaf4dd77f9c32 /components/profile/lib.rs | |
parent | ca6376a7142640185f21beca4b11011e8367ec91 (diff) | |
download | servo-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.rs | 1 |
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; |