Stop importing float module in libtest

This commit is contained in:
Linus Färnstrand 2020-04-06 22:45:44 +02:00
parent ebcf1e7b73
commit 09b5d666a0
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ use super::*;
extern crate test;
use self::test::test::Bencher;
use std::f64;
use std::io;
use std::io::prelude::*;