diff options
| author | Trevor Gross <tmgross@umich.edu> | 2025-01-17 22:47:24 +0000 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2025-01-17 23:01:10 +0000 |
| commit | 366cecacdd5dbdefccb4bd63a655694970469004 (patch) | |
| tree | bf2210dfe4326a97acdcb6565aff75e1bd816b8f /library/std/src | |
| parent | bcd0683e5dce1945b5d940714742e7502883bb5c (diff) | |
| download | rust-366cecacdd5dbdefccb4bd63a655694970469004.tar.gz rust-366cecacdd5dbdefccb4bd63a655694970469004.zip | |
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
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 5c12236617c..37c1964b048 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -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)] |
