diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-06-28 15:30:08 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-28 15:30:08 +0530 |
| commit | 66b806084ec50917ab6cb87c3774facfdf3038fa (patch) | |
| tree | 2ac7d9782a7308dc74ca0c862f8756e9edc217c4 | |
| parent | e5b82de04c8925411a91110c1e67e68052e183dd (diff) | |
| parent | f5a38d1b307971b5d7b03e7ace623b0a9936ddc5 (diff) | |
Rollup merge of #98597 - wwylele:patch-1, r=Mark-Simulacrum
Remove unstable CStr/CString change from 1.62 release note (Discovered in https://github.com/rust-lang/rust/pull/98571#discussion_r907469604) The change to move CStr/CString to core/alloc is currently behind feature flags as stated in https://github.com/rust-lang/rust/issues/98314
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md index 3d88891ad21..7479735012c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -29,7 +29,6 @@ Compiler Libraries --------- -- [Move `CStr` to libcore, and `CString` to liballoc][94079] - [Windows: Use a pipe relay for chaining pipes][95841] - [Replace Linux Mutex and Condvar with futex based ones.][95035] - [Replace RwLock by a futex based one on Linux][95801] @@ -90,7 +89,6 @@ and related tools. [93313]: https://github.com/rust-lang/rust/pull/93313/ [93969]: https://github.com/rust-lang/rust/pull/93969/ -[94079]: https://github.com/rust-lang/rust/pull/94079/ [94206]: https://github.com/rust-lang/rust/pull/94206/ [94457]: https://github.com/rust-lang/rust/pull/94457/ [94775]: https://github.com/rust-lang/rust/pull/94775/ |
