about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2020-10-07 14:35:51 -0700
committerJosh Stone <jistone@redhat.com>2020-10-09 10:00:11 -0700
commitc1297eca3ebd899f0329892542af40a211300115 (patch)
tree0e136335d1ade9086a3c5e55b11761a896a97cbd /src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs
parent53a4c3b0baed8fb224e19380c576c86c12c38d8c (diff)
downloadrust-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