Skip to content

Commit

Permalink
Stop importing float module in libserialize
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Apr 6, 2020
1 parent cf1c7ed commit ebcf1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libserialize/json.rs
Expand Up @@ -198,7 +198,7 @@ use std::num::FpCategory as Fp;
use std::ops::Index;
use std::str::FromStr;
use std::string;
use std::{char, f64, fmt, str};
use std::{char, fmt, str};

use crate::Encodable;

Expand Down

0 comments on commit ebcf1e7

Please sign in to comment.