Skip to content

Commit 1ffb516

Browse files
committed
Always test to_degrees_rounding
1 parent fd601a8 commit 1ffb516

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/float.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2258,9 +2258,6 @@ mod tests {
22582258
}
22592259

22602260
#[test]
2261-
// This fails with the forwarded `std` implementation in Rust 1.8.
2262-
// To avoid the failure, the test is limited to `no_std` builds.
2263-
#[cfg(not(feature = "std"))]
22642261
fn to_degrees_rounding() {
22652262
use crate::float::FloatCore;
22662263

0 commit comments

Comments
 (0)