commit | 641fc4a28042399d4f9c0f6cc37f7b6695811ccd | [log] [tgz] |
---|---|---|
author | Chris Wailes <chriswailes@google.com> | Wed Dec 01 15:03:21 2021 -0800 |
committer | Chris Wailes <chriswailes@google.com> | Wed Dec 01 15:09:17 2021 -0800 |
tree | 6dcab2e70420655657557d4fd24aa05b4d3a883b | |
parent | e89adb650e052b950c2d61e361fbc55a6d7005ab [diff] |
Fixed warnings generated by rustc 1.57.0 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
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.