Skip to content

Commit 76c0429

Browse files
committed
Bump std::net::Incoming FusedIterator impl to Rust 1.64
1 parent 369555c commit 76c0429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/net/tcp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ impl<'a> Iterator for Incoming<'a> {
10101010
}
10111011
}
10121012

1013-
#[stable(feature = "tcp_listener_incoming_fused_iterator", since = "1.63.0")]
1013+
#[stable(feature = "tcp_listener_incoming_fused_iterator", since = "1.64.0")]
10141014
impl FusedIterator for Incoming<'_> {}
10151015

10161016
#[unstable(feature = "tcplistener_into_incoming", issue = "88339")]

0 commit comments

Comments
 (0)