rust/library/std/src/sync/mpsc
surechen 40ae34194c remove redundant imports
detects redundant imports that can be eliminated.

for #117772 :

In order to facilitate review and modification, split the checking code and
removing redundant imports code into two PR.
2023-12-10 10:56:22 +08:00
..
mod.rs Remove Drop impl of mpsc Receiver and (Sync)Sender 2023-08-18 14:46:20 +02:00
sync_tests.rs remove redundant imports 2023-12-10 10:56:22 +08:00
tests.rs remove redundant imports 2023-12-10 10:56:22 +08:00