Skip to content

Commit 74e3628

Browse files
committed
fix: remove unnecessary #![feature(const_float_methods)] [2]
1 parent 0caa691 commit 74e3628

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ui/consts/const-eval/float_methods.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
//! Tests the float intrinsics: min, max, abs, copysign
33
44
#![feature(f16, f128)]
5-
#![feature(const_float_methods)]
65
#![feature(const_float_round_methods)]
76

87
const F16_MIN: f16 = 1.0_f16.min(0.5_f16);

0 commit comments

Comments
 (0)