Skip to content

Commit

Permalink
Bump std::net::Incoming FusedIterator impl to Rust 1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 2, 2022
1 parent 369555c commit 76c0429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/net/tcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ impl<'a> Iterator for Incoming<'a> {
}
}

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

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

0 comments on commit 76c0429

Please sign in to comment.