diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-03-18 09:36:18 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-18 16:32:32 -0700 |
| commit | fccf5a00056b1d72065951a4428070326df1cfb5 (patch) | |
| tree | 481e99dcf4197b0b25cd765877c1b132f768d772 /src/libserialize | |
| parent | 94a95067e017252d4928a4292a6aeef66902e694 (diff) | |
| download | rust-fccf5a00056b1d72065951a4428070326df1cfb5.tar.gz rust-fccf5a00056b1d72065951a4428070326df1cfb5.zip | |
Register new snapshots
Diffstat (limited to 'src/libserialize')
| -rw-r--r-- | src/libserialize/json.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libserialize/json.rs b/src/libserialize/json.rs index 366b90cfbfd..529ed8598b1 100644 --- a/src/libserialize/json.rs +++ b/src/libserialize/json.rs @@ -204,8 +204,6 @@ use std::io::prelude::*; use std::io; use std::mem::{swap}; use std::num::FpCategory as Fp; -#[cfg(stage0)] -use std::num::{Float, Int}; use std::ops::Index; use std::str::FromStr; use std::string; |
