diff options
| author | Josh Stone <jistone@redhat.com> | 2020-10-07 14:35:51 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2020-10-09 10:00:11 -0700 |
| commit | c1297eca3ebd899f0329892542af40a211300115 (patch) | |
| tree | 0e136335d1ade9086a3c5e55b11761a896a97cbd /src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs | |
| parent | 53a4c3b0baed8fb224e19380c576c86c12c38d8c (diff) | |
| download | rust-c1297eca3ebd899f0329892542af40a211300115.tar.gz rust-c1297eca3ebd899f0329892542af40a211300115.zip | |
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 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs')
0 files changed, 0 insertions, 0 deletions
