crosvm/bin
Daniel Verkamp 15fadba6ea devices: replace .into_iter() on ref with .iter()
Fixes clippy warning:

  this `.into_iter()` call is equivalent to `.iter()` and will not
  consume the `slice`

https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref

BUG=None
TEST=bin/clippy

Change-Id: Id31c3f6252b86a7f453ab4e6e7dac0ed6654bc52
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2885782
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Alexandre Courbot <acourbot@chromium.org>
2021-05-22 00:43:27 +00:00
..
clippy devices: replace .into_iter() on ref with .iter() 2021-05-22 00:43:27 +00:00
crate_coverage Add scripts to run code coverage 2020-10-27 05:22:32 +00:00
fmt bin/fmt: Set rustfmt edition to 2018 2020-02-05 09:00:27 +00:00
preupload-clippy crosvm: Add a pre-upload hook to run clippy 2020-07-28 16:29:06 +00:00