mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 11:53:44 +00:00
Stop importing float module in libserialize
This commit is contained in:
parent
cf1c7edd2d
commit
ebcf1e7b73
@ -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…
Reference in New Issue
Block a user