1
Fork 0

Stabilize float_next_up_down

FCP completed at [1].

Closes https://github.com/rust-lang/rust/issues/91399

[1]: https://github.com/rust-lang/rust/issues/91399#issuecomment-2598734570
This commit is contained in:
Trevor Gross 2025-01-17 22:47:24 +00:00
parent bcd0683e5d
commit 366cecacdd
5 changed files with 8 additions and 17 deletions

View file

@ -333,7 +333,6 @@
#![feature(extend_one)]
#![feature(float_gamma)]
#![feature(float_minimum_maximum)]
#![feature(float_next_up_down)]
#![feature(fmt_internals)]
#![feature(hasher_prefixfree_extras)]
#![feature(hashmap_internals)]