summary refs log tree commit diff
path: root/library/std/src/lib.rs
diff options
context:
space:
mode:
authorJules Bertholet <julesbertholet@quoi.xyz>2022-11-08 20:11:13 -0500
committerJules Bertholet <julesbertholet@quoi.xyz>2022-12-11 01:20:18 -0500
commit371d57084d7c2e2dd9b4ac6b5bb9fcc8b0dacd1e (patch)
treea2fdd08b9be7349ff5d341e5d64df9abf387dbf1 /library/std/src/lib.rs
parentf8138110bca50f8eb9196e098d20df5f496b7051 (diff)
downloadrust-371d57084d7c2e2dd9b4ac6b5bb9fcc8b0dacd1e.tar.gz
rust-371d57084d7c2e2dd9b4ac6b5bb9fcc8b0dacd1e.zip
Remove some `cfg(not(bootstrap))`
Diffstat (limited to 'library/std/src/lib.rs')
-rw-r--r--library/std/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 02814d42dd3..dded8adee9a 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -307,7 +307,7 @@
 #![feature(provide_any)]
 #![feature(ptr_as_uninit)]
 #![feature(raw_os_nonzero)]
-#![cfg_attr(not(bootstrap), feature(round_ties_even))]
+#![feature(round_ties_even)]
 #![feature(slice_internals)]
 #![feature(slice_ptr_get)]
 #![feature(std_internals)]