summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-11-24 10:21:07 +0000
committerbors <bors@rust-lang.org>2024-11-24 10:21:07 +0000
commitf5d18576856ef45d1e47de79889ae7db9d1afa29 (patch)
treea74632afd6d7553ad0f0621f3f05db46f099c67e /library/std/src
parentab3cf268b518f0312d86346db3bf79d5ec33b3b7 (diff)
parent3ccaceff73fa29639e98355148a5b8f01f9fbeea (diff)
downloadrust-f5d18576856ef45d1e47de79889ae7db9d1afa29.tar.gz
rust-f5d18576856ef45d1e47de79889ae7db9d1afa29.zip
Auto merge of #133415 - matthiaskrgr:rollup-n1ivyd5, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #133300 (inject_panic_runtime(): Avoid double negation for 'any non rlib')
 - #133301 (Add code example for `wrapping_neg` method for signed integers)
 - #133371 (remove is_trivially_const_drop)
 - #133389 (Stabilize `const_float_methods`)
 - #133398 (rustdoc: do not call to_string, it's already impl Display)
 - #133405 (tidy: Distinguish between two different meanings of "style file")

r? `@ghost`
`@rustbot` modify labels: rollup
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 9c4e6f296fe..b6723c6dfa5 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -288,7 +288,6 @@
 #![feature(cfg_target_thread_local)]
 #![feature(cfi_encoding)]
 #![feature(concat_idents)]
-#![feature(const_float_methods)]
 #![feature(decl_macro)]
 #![feature(deprecated_suggestion)]
 #![feature(doc_cfg)]