mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 03:17:53 +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`?