diff options
author | Ms2ger <ms2ger@gmail.com> | 2015-02-17 12:51:16 +0100 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2015-02-17 13:24:15 +0100 |
commit | aaed4a54c700b85666a6aef6aa23e5fd315dd0d7 (patch) | |
tree | 57aaaabd556be56332dc5b13237373a05e10ae27 /components/layout/layout_debug.rs | |
parent | 4ab928728e3d65ac4c6ca72cd6c8aa0c75fde33b (diff) | |
download | servo-aaed4a54c700b85666a6aef6aa23e5fd315dd0d7.tar.gz servo-aaed4a54c700b85666a6aef6aa23e5fd315dd0d7.zip |
Use rustc-serialize rather than the built-in deprecated serialize.
Diffstat (limited to 'components/layout/layout_debug.rs')
-rw-r--r-- | components/layout/layout_debug.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/layout_debug.rs b/components/layout/layout_debug.rs index 9ecb6a00ea2..ed73a1c693e 100644 --- a/components/layout/layout_debug.rs +++ b/components/layout/layout_debug.rs @@ -9,7 +9,7 @@ use flow_ref::FlowRef; use flow; -use serialize::json; +use rustc_serialize::json; use std::borrow::ToOwned; use std::cell::RefCell; |