Attention needed from Owners Override
Erick Tryzelaar has uploaded the change for review![Open in Gerrit]()
Erick Tryzelaar would like Owners Override to review this change.
Commit message
[rust] Fix upcoming clippy lints
This fixes some lints in an upcoming rust toolchain roll, which now
warns on:
* unnecessary borrows in format strings
* unnecssary `.to_string()` on types that implement display in format
strings.
* suggests directly using `.values_mut()` over using `for (_, value) in
....iter_mut()`.
Change-Id: I74f721be570fe3b701b85032b3b3bdedaa1a24bb
Change information
Change size: L
Delta: 225 files changed, 492 insertions(+), 492 deletions(-)
Open in GerritRelated details
Attention is currently required from:
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: I74f721be570fe3b701b85032b3b3bdedaa1a24bb
Gerrit-Change-Number: 1601109
Gerrit-PatchSet: 3
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
.