浏览代码

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]
     #[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() {
     fn to_degrees_rounding() {
         use crate::float::FloatCore;
         use crate::float::FloatCore;