]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/num/flt2dec/strategy/grisu.rs
Auto merge of #35856 - phimuemue:master, r=brson
[rust.git] / src / libcore / num / flt2dec / strategy / grisu.rs
index 13e01d9a7f7ab548918288fbbe693da00c980cf1..cf70a1978f5e6d53aa3de3fdf7b02fecfd459806 100644 (file)
@@ -16,8 +16,6 @@
     accurately with integers. SIGPLAN Not. 45, 6 (June 2010), 233-243.
 */
 
-use prelude::v1::*;
-
 use num::diy_float::Fp;
 use num::flt2dec::{Decoded, MAX_SIG_DIGITS, round_up};