641fc4a280
This CL fixes several warnings generated by rustc 1.57. Many of these warnings were related to unused fields. These fields had previously been considered used because they were read by the Debug trait, but this behavior changes in the new version of rustc. These fields are now temporarily annotated to suppress warnings until it is determined if they are needed. Bug: 203802952 Test: Build and boot cuttlefish Change-Id: I4eb1f6820a086ee9645206d7861caf0b8a04284c |
||
---|---|---|
.. | ||
src | ||
Android.bp |