rust/library/std/src/net
Dylan DPC d26ccf7067
Rollup merge of #97300 - ChayimFriedman2:patch-1, r=dtolnay
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`?
2022-07-05 10:42:52 +05:30
..
addr Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
ip Fix a pair of mistyped test cases in std::net::ip 2021-12-26 16:41:32 +08:00
parser Disallow octal format in Ipv4 string 2021-03-30 10:24:23 +08:00
tcp Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
udp Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
addr.rs Use Rust 2021 prelude in std itself. 2022-05-09 11:12:32 +02:00
ip.rs Fix stabilization version of Ipv6Addr::to_ipv4_mapped 2022-05-24 01:05:06 +02:00
mod.rs Rollup merge of #88805 - krhancoc:master, r=dtolnay 2022-03-04 02:06:37 +01:00
parser.rs Use Rust 2021 prelude in std itself. 2022-05-09 11:12:32 +02:00
tcp.rs Bump std::net::Incoming FusedIterator impl to Rust 1.64 2022-07-02 11:02:54 -07:00
test.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
udp.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00