Skip to content

Commit 18c086f

Browse files
authored
Rollup merge of #98597 - wwylele:patch-1, r=Mark-Simulacrum
Remove unstable CStr/CString change from 1.62 release note (Discovered in #98571 (comment)) The change to move CStr/CString to core/alloc is currently behind feature flags as stated in #98314
2 parents 674c1fc + f5a38d1 commit 18c086f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

RELEASES.md

-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Compiler
2929
Libraries
3030
---------
3131

32-
- [Move `CStr` to libcore, and `CString` to liballoc][94079]
3332
- [Windows: Use a pipe relay for chaining pipes][95841]
3433
- [Replace Linux Mutex and Condvar with futex based ones.][95035]
3534
- [Replace RwLock by a futex based one on Linux][95801]
@@ -90,7 +89,6 @@ and related tools.
9089

9190
[93313]: https://github.com/rust-lang/rust/pull/93313/
9291
[93969]: https://github.com/rust-lang/rust/pull/93969/
93-
[94079]: https://github.com/rust-lang/rust/pull/94079/
9492
[94206]: https://github.com/rust-lang/rust/pull/94206/
9593
[94457]: https://github.com/rust-lang/rust/pull/94457/
9694
[94775]: https://github.com/rust-lang/rust/pull/94775/

0 commit comments

Comments
 (0)