mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 13:46:28 +00:00
Implement `FusedIterator` for `std::net::[Into]Incoming` They never return `None`, so they trivially fulfill the contract. What should I put for the stability attribute of `Incoming`?