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 b28f792 commit dad3933Copy full SHA for dad3933
src/libstd/sync/mpsc/mod.rs
@@ -309,7 +309,7 @@ pub struct Iter<'a, T: 'a> {
309
/// An owning iterator over messages on a receiver, this iterator will block
310
/// whenever `next` is called, waiting for a new message, and `None` will be
311
/// returned when the corresponding channel has hung up.
312
-#[stable(feature = "rust1", since = "1.1.0")]
+#[stable(feature = "rust1.1", since = "1.1.0")]
313
pub struct IntoIter<T> {
314
rx: Receiver<T>
315
}
0 commit comments