about summary refs log tree commit diff
path: root/library/std/src/f16/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/f16/tests.rs')
-rw-r--r--library/std/src/f16/tests.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/std/src/f16/tests.rs b/library/std/src/f16/tests.rs
index 26658a0be87..d9b9d99bf04 100644
--- a/library/std/src/f16/tests.rs
+++ b/library/std/src/f16/tests.rs
@@ -3,8 +3,7 @@
 #![cfg(reliable_f16)]
 
 use crate::f16::consts;
-use crate::num::FpCategory as Fp;
-use crate::num::*;
+use crate::num::{FpCategory as Fp, *};
 
 // We run out of precision pretty quickly with f16
 // const F16_APPROX_L1: f16 = 0.001;