Closed
Description
Location
rust/library/std/src/sync/mpsc/mod.rs
Lines 306 to 309 in a07bc13
Summary
Given that Sync
is now implemented for Sender
in #111087, the documentation for Sender
should no longer mention that it's meant to be cloned. In my opinion, it's better to be consistent with the documentation for SyncSender
, which has been Sync
.
rust/library/std/src/sync/mpsc/mod.rs
Lines 353 to 355 in a07bc13
Activity
gurry commentedon Aug 12, 2023
@rustbot claim
mpsc::Sender
doc to reflect that it implementsSync
#114749Rollup merge of rust-lang#114749 - gurry:issue-114722, r=thomcc