We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd77e94 commit b290863Copy full SHA for b290863
src/libstd/json.rs
@@ -1195,15 +1195,11 @@ impl to_str::ToStr for Error {
1195
1196
#[cfg(test)]
1197
mod tests {
1198
- use core::prelude::*;
1199
-
1200
- use json::*;
1201
- use serialize;
+ use super::*;
1202
1203
- use core::result;
+ use core::prelude::*;
1204
use core::hashmap::linear::LinearMap;
1205
1206
1207
fn mk_object(items: &[(~str, Json)]) -> Json {
1208
let mut d = ~LinearMap::new();
1209
0 commit comments