]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Auto merge of #60921 - cuviper:remove-mpsc_select, r=SimonSapin
authorbors <bors@rust-lang.org>
Mon, 20 May 2019 08:30:17 +0000 (08:30 +0000)
committerbors <bors@rust-lang.org>
Mon, 20 May 2019 08:30:17 +0000 (08:30 +0000)
commit589beb979c0f1a9736e02e578913db88398c3ba5
treed9cbcad9c389969a81311e14b90617f0c0d6aef0
parentcaef1e833fbd9de740d521114d716a11a29b71cb
parentf950193d74d13628537a04728eef25cec642e41b
Auto merge of #60921 - cuviper:remove-mpsc_select, r=SimonSapin

Remove the unstable and deprecated mpsc_select

This removes macro `select!` and `std::sync::mpsc::{Handle, Select}`,
which were all unstable and have been deprecated since 1.32.

Closes #27800
r? @SimonSapin