Move extra::json to libserialize
This also inverts the dependency between libserialize and libcollections. cc #8784
This commit is contained in:
parent
672097753a
commit
6485917d7c
26 changed files with 340 additions and 331 deletions
|
@ -283,10 +283,8 @@ pub fn maybe_aborted<T>(result: T, mut p: Parser) -> T {
|
|||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
extern crate extra;
|
||||
use self::extra::json;
|
||||
use super::*;
|
||||
use serialize::Encodable;
|
||||
use serialize::{json, Encodable};
|
||||
use std::io;
|
||||
use std::io::MemWriter;
|
||||
use std::str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue