Move extra::json to libserialize

This also inverts the dependency between libserialize and libcollections.

cc #8784
This commit is contained in:
Alex Crichton
2014-02-21 14:18:39 -08:00
parent 672097753a
commit 6485917d7c
26 changed files with 340 additions and 331 deletions

View File

@@ -42,7 +42,7 @@ use std::vec;
use collections::{HashMap, HashSet};
use sync::Arc;
use extra::json::ToJson;
use serialize::json::ToJson;
use syntax::ast;
use syntax::attr;
use syntax::parse::token::InternedString;