Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Stop importing float module in libtest
  • Loading branch information
faern committed Apr 6, 2020
1 parent ebcf1e7 commit 09b5d66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libtest/stats/tests.rs
Expand Up @@ -2,7 +2,6 @@ use super::*;

extern crate test;
use self::test::test::Bencher;
use std::f64;
use std::io;
use std::io::prelude::*;

Expand Down

0 comments on commit 09b5d66

Please sign in to comment.