Skip to content

Commit a56ecda

Browse files
committed
Remove stabilized feature gate
1 parent 05cbf03 commit a56ecda

File tree

1 file changed

+1
-1
lines changed
  • library/std/tests/floats

1 file changed

+1
-1
lines changed

Diff for: library/std/tests/floats/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(f16, f128, float_gamma, float_next_up_down, float_minimum_maximum)]
1+
#![feature(f16, f128, float_gamma, float_minimum_maximum)]
22

33
use std::fmt;
44
use std::ops::{Add, Div, Mul, Rem, Sub};

0 commit comments

Comments
 (0)