diff options
Diffstat (limited to 'library/std/src/f16.rs')
| -rw-r--r-- | library/std/src/f16.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/std/src/f16.rs b/library/std/src/f16.rs index d4851862299..bd5328d3356 100644 --- a/library/std/src/f16.rs +++ b/library/std/src/f16.rs @@ -7,13 +7,13 @@ #[cfg(test)] mod tests; -#[cfg(not(test))] -use crate::intrinsics; - #[unstable(feature = "f16", issue = "116909")] pub use core::f16::consts; #[cfg(not(test))] +use crate::intrinsics; + +#[cfg(not(test))] impl f16 { /// Raises a number to an integer power. /// |
