We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d86a7 commit bea7932Copy full SHA for bea7932
src/libstd/sync/mpsc/mod.rs
@@ -310,7 +310,7 @@ pub struct Iter<'a, T: 'a> {
310
/// An owning iterator over messages on a receiver, this iterator will block
311
/// whenever `next` is called, waiting for a new message, and `None` will be
312
/// returned when the corresponding channel has hung up.
313
-#[stable(feature = "rust1", since = "1.0.0")]
+#[stable(feature = "rust1", since = "1.1.0")]
314
pub struct IntoIter<T> {
315
rx: Receiver<T>
316
}
0 commit comments