diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-03-22 22:26:32 -0400 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-03-26 19:20:02 -0400 |
| commit | fa7772893a63e6ac83ab461f80fb1f35c8633325 (patch) | |
| tree | 07c280152830443a4151ce158ed2e01fcdc86173 /src/libstd/json.rs | |
| parent | 3d588c528685fa0590ff91f189f0ef44a3815ec2 (diff) | |
| download | rust-fa7772893a63e6ac83ab461f80fb1f35c8633325.tar.gz rust-fa7772893a63e6ac83ab461f80fb1f35c8633325.zip | |
Remove unused imports throughout
Diffstat (limited to 'src/libstd/json.rs')
| -rw-r--r-- | src/libstd/json.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/json.rs b/src/libstd/json.rs index f39e406bc00..8b8771e989a 100644 --- a/src/libstd/json.rs +++ b/src/libstd/json.rs @@ -1202,7 +1202,6 @@ mod tests { use core::result; use core::hashmap::linear::LinearMap; - use core::cmp; fn mk_object(items: &[(~str, Json)]) -> Json { |
