Skip to content

Commit 2c9992c

Browse files
Stabilize round_ties_even
1 parent 1dae551 commit 2c9992c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#![feature(variant_count)]
99
#![feature(yeet_expr)]
1010
#![feature(nonzero_ops)]
11-
#![feature(round_ties_even)]
1211
#![feature(let_chains)]
1312
#![feature(lint_reasons)]
1413
#![feature(int_roundings)]

tests/pass/float.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![feature(stmt_expr_attributes)]
2-
#![feature(round_ties_even)]
32
#![feature(float_gamma)]
43
#![allow(arithmetic_overflow)]
54

0 commit comments

Comments
 (0)