diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-09-19 17:55:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-19 17:55:24 +0200 |
| commit | 683cf99f1d9b28be648850748759a3646af51ff7 (patch) | |
| tree | a376410ea32880b7ee75a560b5a337dd1addf0f7 | |
| parent | ade65059762ce8d1451e270a584498ee990d2c1b (diff) | |
| parent | d19079b067f054ac47ad9df8d62065682f26a9fa (diff) | |
| download | rust-683cf99f1d9b28be648850748759a3646af51ff7.tar.gz rust-683cf99f1d9b28be648850748759a3646af51ff7.zip | |
Rollup merge of #102019 - pietroalbini:pa-relnotes-revert, r=pietroalbini
Remove backed off PRs from relnotes Backport of https://github.com/rust-lang/rust/pull/102018/commits/7358a9b03e5d22ea4d74d89cb00d3985fc89c773 to master.
| -rw-r--r-- | RELEASES.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index bb97b554106..694bd09658f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -20,7 +20,6 @@ Libraries --------- - [Remove restrictions on compare-exchange memory ordering.](https://github.com/rust-lang/rust/pull/98383/) - You can now `write!` or `writeln!` into an `OsString`: [Implement `fmt::Write` for `OsString`](https://github.com/rust-lang/rust/pull/97915/) -- [Enforce that layout size fits in isize in Layout](https://github.com/rust-lang/rust/pull/95295/) - [Make RwLockReadGuard covariant](https://github.com/rust-lang/rust/pull/96820/) - [Implement `FusedIterator` for `std::net::[Into]Incoming`](https://github.com/rust-lang/rust/pull/97300/) - [`impl<T: AsRawFd> AsRawFd for {Arc,Box}<T>`](https://github.com/rust-lang/rust/pull/97437/) |
