std: clean json test imports
This commit is contained in:
parent
bd77e9433f
commit
b290863be6
1 changed files with 2 additions and 6 deletions
|
@ -1195,15 +1195,11 @@ impl to_str::ToStr for Error {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
use core::prelude::*;
|
||||
|
||||
use json::*;
|
||||
use serialize;
|
||||
|
||||
use core::result;
|
||||
use core::hashmap::linear::LinearMap;
|
||||
|
||||
|
||||
fn mk_object(items: &[(~str, Json)]) -> Json {
|
||||
let mut d = ~LinearMap::new();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue