Skip to content

Commit ebcf1e7

Browse files
committed
Stop importing float module in libserialize
1 parent cf1c7ed commit ebcf1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libserialize/json.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ use std::num::FpCategory as Fp;
198198
use std::ops::Index;
199199
use std::str::FromStr;
200200
use std::string;
201-
use std::{char, f64, fmt, str};
201+
use std::{char, fmt, str};
202202

203203
use crate::Encodable;
204204

0 commit comments

Comments
 (0)