rust/src/libstd/net
Mazdak Farrokhzad a34dae3587
Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC
Fix intra-doc link resolution failure on re-exporting libstd

Currently, re-exporting libstd items as below will [occur a lot of failures](https://gist.github.com/taiki-e/e33e0e8631ef47f65a74a3b69f456366).
```rust
pub use std::*;
```

Until the underlying issue (#56922) fixed, we can fix that so they don't propagate to downstream crates.

Related: https://github.com/rust-lang/rust/pull/56941 (That PR fixed failures that occur when re-exporting from libcore to libstd.)

r? @QuietMisdreavus
2019-05-20 23:02:59 +02:00
..
addr.rs Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC 2019-05-20 23:02:59 +02:00
ip.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
mod.rs libstd => 2018 2019-02-28 04:06:15 +09:00
parser.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
tcp.rs Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
test.rs SGX target: fix std unit tests 2019-03-25 11:31:19 -07:00
udp.rs Remove bitrig support from rust 2019-05-13 11:09:06 +02:00