mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
46362de036
Add `Sender` diagnostic item for `std::sync::mpsc::Sender` Similar to the existing `Receiver` item, it will be used in Clippy to detect uses of `is_disconnected` that are racy. Tracking issue: rust-lang/rust#153668 Suggested: https://github.com/rust-lang/libs-team/issues/748#issuecomment-4032790302