about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorTrevor Gross <t.gross35@gmail.com>2025-08-29 19:33:03 -0500
committerGitHub <noreply@github.com>2025-08-29 19:33:03 -0500
commit751a9ad2e2470cb877307d9fa5c6e43bbc428cf5 (patch)
tree58feed63b2d9ca470079d3257689535555b45677 /library/std/src
parented9e767c01ad257e4e86e40415aacf4019b64f7d (diff)
parente42c1b12961385d6a5e9e442344fcaef8678ab58 (diff)
downloadrust-751a9ad2e2470cb877307d9fa5c6e43bbc428cf5.tar.gz
rust-751a9ad2e2470cb877307d9fa5c6e43bbc428cf5.zip
Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcm
str: Stabilize `round_char_boundary` feature

Closes https://github.com/rust-lang/rust/issues/93743
FCP completed https://github.com/rust-lang/rust/issues/93743#issuecomment-3168382171
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 9fc84128cb2..3771699c59f 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -263,7 +263,6 @@
     all(target_vendor = "fortanix", target_env = "sgx"),
     feature(slice_index_methods, coerce_unsized, sgx_platform)
 )]
-#![cfg_attr(any(windows, target_os = "uefi"), feature(round_char_boundary))]
 #![cfg_attr(target_family = "wasm", feature(stdarch_wasm_atomic_wait))]
 #![cfg_attr(target_arch = "wasm64", feature(simd_wasm64))]
 //