Stop importing float module in libserialize

This commit is contained in:
Linus Färnstrand 2020-04-06 22:45:29 +02:00
parent cf1c7edd2d
commit ebcf1e7b73

View File

@ -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;