Skip to content

Commit 1148b60

Browse files
Adam Perrycopybara-github
authored andcommitted
[roll] Roll fuchsia [zx_types][rs] Clean up padding fields.
All padding fields should: * be private so that callers don't depend on their contents * be named paddingN with N for the field padding field starting at 1 and incrementing by 1 for each subsequent padding field * have the type [PadByte; N] Also changes PadByte to be: * private to ensure fields using it are hidden from callers * repr(transparent) to guarantee ABI-compat with a single byte Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1135008 Original-Revision: 7f5dc3570dd5443078d50f8dfc9f23191769f64f GitOrigin-RevId: b6c782a4b80a2dfe68f07efce9e3a2fba5579c23 Change-Id: Ieb97659236645c5cdaefb76c4b0a5c98c207362f
1 parent 67d3765 commit 1148b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="1160a31239005f1d8e1b4f7fa87549dcda5dd12f"/>
14+
revision="7f5dc3570dd5443078d50f8dfc9f23191769f64f"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)