Skip to content

Commit

Permalink
Remove stabilized feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jan 23, 2025
1 parent 9ba6851 commit bfd0c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/tests/floats/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(f16, f128, float_gamma, float_next_up_down, float_minimum_maximum)]
#![feature(f16, f128, float_gamma, float_minimum_maximum)]

use std::fmt;
use std::ops::{Add, Div, Mul, Rem, Sub};
Expand Down

0 comments on commit bfd0c20

Please sign in to comment.