We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02804e0 + 9b729e1 commit 63daa11Copy full SHA for 63daa11
src/lib.rs
@@ -8,7 +8,6 @@
8
#![feature(variant_count)]
9
#![feature(yeet_expr)]
10
#![feature(nonzero_ops)]
11
-#![feature(round_ties_even)]
12
#![feature(let_chains)]
13
#![feature(lint_reasons)]
14
#![feature(int_roundings)]
tests/pass/float.rs
@@ -1,5 +1,4 @@
1
#![feature(stmt_expr_attributes)]
2
3
#![feature(float_gamma)]
4
#![allow(arithmetic_overflow)]
5
0 commit comments