diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-02-21 14:18:39 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-02-24 09:51:39 -0800 |
| commit | 6485917d7ca832ee8867c6a7a55af3ed1e9d304c (patch) | |
| tree | b5c5ce62644376eae2ebb150c5d14a8eb34fe5fb /src/librustdoc/plugins.rs | |
| parent | 672097753a217d4990129cbdfab16ef8c9b08b21 (diff) | |
| download | rust-6485917d7ca832ee8867c6a7a55af3ed1e9d304c.tar.gz rust-6485917d7ca832ee8867c6a7a55af3ed1e9d304c.zip | |
Move extra::json to libserialize
This also inverts the dependency between libserialize and libcollections. cc #8784
Diffstat (limited to 'src/librustdoc/plugins.rs')
| -rw-r--r-- | src/librustdoc/plugins.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/plugins.rs b/src/librustdoc/plugins.rs index db714376646..2e7c4224ee1 100644 --- a/src/librustdoc/plugins.rs +++ b/src/librustdoc/plugins.rs @@ -10,7 +10,7 @@ use clean; -use extra::json; +use serialize::json; use dl = std::unstable::dynamic_lib; pub type PluginJson = Option<(~str, json::Json)>; |
