Преглед на файлове

Always test to_degrees_rounding

Josh Stone преди 3 години
родител
ревизия
1ffb516fe4
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      src/float.rs

+ 0 - 3
src/float.rs

@@ -2258,9 +2258,6 @@ mod tests {
     }
 
     #[test]
-    // This fails with the forwarded `std` implementation in Rust 1.8.
-    // To avoid the failure, the test is limited to `no_std` builds.
-    #[cfg(not(feature = "std"))]
     fn to_degrees_rounding() {
         use crate::float::FloatCore;