about summary refs log tree commit diff
path: root/library/std/src/sys/unix/net.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-10-09 19:06:45 +0000
committerbors <bors@rust-lang.org>2020-10-09 19:06:45 +0000
commit5ddef544fa26c5535376fa424baf30cb985f7cb1 (patch)
treeb9029581a79f79fb28d18a8b0ece31b1bfb56d61 /library/std/src/sys/unix/net.rs
parent7b06cb10522854cbd3baf45364ea8647b1285170 (diff)
parent1d06b07765e1be71f3aeec1d0c0f365b0907c7a8 (diff)
downloadrust-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