Stop importing float module in libserialize
This commit is contained in:
parent
cf1c7edd2d
commit
ebcf1e7b73
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue