Stop importing int module in float parse test

This commit is contained in:
Linus Färnstrand 2020-04-04 17:27:28 +02:00
parent d7f8928efd
commit d0fc5d9e6b
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
mod _common;
use _common::validate;
use std::u64;
fn main() {
for exp in 19..64 {