diff options
| author | bors <bors@rust-lang.org> | 2022-08-03 13:17:58 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-08-03 13:17:58 +0000 |
| commit | 04f72f95384d97f4c4e7a59e60cb85ec581ebe06 (patch) | |
| tree | f063bb8cf1a3450fbc2020b26e22dc11843a7da5 /library/std/src | |
| parent | 7308c22c6a8d77e82187e290e1f7459870e48d12 (diff) | |
| parent | 22dfbdd70734305d9ad36a64e05f1281c9cee8fb (diff) | |
| download | rust-04f72f95384d97f4c4e7a59e60cb85ec581ebe06.tar.gz rust-04f72f95384d97f4c4e7a59e60cb85ec581ebe06.zip | |
Auto merge of #100023 - saethlin:send-sync-chunksmut, r=m-ou-se
Add back Send and Sync impls on ChunksMut iterators Fixes https://github.com/rust-lang/rust/issues/100014 These were accidentally removed in #94247 because the representation was changed from `&mut [T]` to `*mut T`, which has `!Send + !Sync`.
Diffstat (limited to 'library/std/src')
0 files changed, 0 insertions, 0 deletions
