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 369555c commit 76c0429Copy full SHA for 76c0429
library/std/src/net/tcp.rs
@@ -1010,7 +1010,7 @@ impl<'a> Iterator for Incoming<'a> {
1010
}
1011
1012
1013
-#[stable(feature = "tcp_listener_incoming_fused_iterator", since = "1.63.0")]
+#[stable(feature = "tcp_listener_incoming_fused_iterator", since = "1.64.0")]
1014
impl FusedIterator for Incoming<'_> {}
1015
1016
#[unstable(feature = "tcplistener_into_incoming", issue = "88339")]
0 commit comments