about summary refs log tree commit diff
path: root/library/std/src/f32/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/f32/tests.rs')
-rw-r--r--library/std/src/f32/tests.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/std/src/f32/tests.rs b/library/std/src/f32/tests.rs
index 63e65698374..3a4c1c120a4 100644
--- a/library/std/src/f32/tests.rs
+++ b/library/std/src/f32/tests.rs
@@ -1,6 +1,5 @@
 use crate::f32::consts;
-use crate::num::FpCategory as Fp;
-use crate::num::*;
+use crate::num::{FpCategory as Fp, *};
 
 /// Smallest number
 #[allow(dead_code)] // unused on x86