Fixing line 2017

This commit is contained in:
Adam 2019-06-18 22:38:15 +02:00
parent 711d057f6f
commit 2705146b62
1 changed files with 1 additions and 1 deletions

View File

@ -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),