From 2705146b622c7d3895ac4fa02496e4c13a3bbda8 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 18 Jun 2019 22:38:15 +0200 Subject: [PATCH] Fixing line 2017 --- src/float.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/float.rs b/src/float.rs index 7d1ba9d..eb00f14 100644 --- a/src/float.rs +++ b/src/float.rs @@ -2014,7 +2014,7 @@ mod tests { // To avoid the failure, the test is limited to `no_std` builds. #[cfg(not(feature = "std"))] fn to_degrees_rounding() { - use float::FloatCore; + use crate::float::FloatCore; assert_eq!( FloatCore::to_degrees(1_f32),