You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove Display for {Alignment,ArchitectureSize} (#1738)
These display representations are easy to get confused with the previous
return values of `u32` which do implement `Display`, but the `Display`
here isn't as applicable as it used to be. As a stopgap remove the
`Display` implementations entirely to help identify locations that need
to be updated to explicitly use an accessor or otherwise to calculate
the size/align information.
0 commit comments