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