Unnamed repository; edit this file 'description' to name the repository.
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`.
bors 2022-08-03
parent 374a01c · parent 56e91f0 · commit 5b06a37
0 files changed, 0 insertions, 0 deletions