diff options
| author | bors <bors@rust-lang.org> | 2020-10-09 19:06:45 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-10-09 19:06:45 +0000 |
| commit | 5ddef544fa26c5535376fa424baf30cb985f7cb1 (patch) | |
| tree | b9029581a79f79fb28d18a8b0ece31b1bfb56d61 /library/std/src/sys/unix/net.rs | |
| parent | 7b06cb10522854cbd3baf45364ea8647b1285170 (diff) | |
| parent | 1d06b07765e1be71f3aeec1d0c0f365b0907c7a8 (diff) | |
| download | rust-5ddef544fa26c5535376fa424baf30cb985f7cb1.tar.gz rust-5ddef544fa26c5535376fa424baf30cb985f7cb1.zip | |
Auto merge of #77674 - cuviper:direntry-diet, r=dtolnay
unix/vxworks: make DirEntry slightly smaller `DirEntry` contains a `ReadDir` handle, which used to just be a wrapper on `Arc<InnerReadDir>`. Commit af75314ecdbc5 added `end_of_stream: bool` which is not needed by `DirEntry`, but adds 8 bytes after padding. We can let `DirEntry` have an `Arc<InnerReadDir>` directly to avoid that.
Diffstat (limited to 'library/std/src/sys/unix/net.rs')
0 files changed, 0 insertions, 0 deletions
