summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-01-17 22:47:24 +0000
committerTrevor Gross <tmgross@umich.edu>2025-01-17 23:01:10 +0000
commit366cecacdd5dbdefccb4bd63a655694970469004 (patch)
treebf2210dfe4326a97acdcb6565aff75e1bd816b8f /library/std/src
parentbcd0683e5dce1945b5d940714742e7502883bb5c (diff)
downloadrust-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.rs1
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)]