crosvm/rutabaga_gfx
Daniel Verkamp 344316b6b5 rutabaga_gfx: fix clippy 1.72, 1.73 warnings
Remove unnecessary type casts and unnecessary .into_iter() for something
that is already an Iterator.

Also remove `let x = x;` local variable initializations where x is a
parameter with the same type.

BUG=None
TEST=tools/clippy # with rust-toolchain 1.73.0

Change-Id: Id18380b1cb617cc384e9944c2a48344dcafc6519
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5005511
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2023-11-06 18:29:46 +00:00
..
ffi rutabaga_gfx/ffi: fixes for Makefile 2023-09-13 20:27:11 +00:00
src rutabaga_gfx: fix clippy 1.72, 1.73 warnings 2023-11-06 18:29:46 +00:00
build.rs rutabaga_gfx/ffi: new AEMU package names 2023-09-15 21:55:07 +00:00
Cargo.toml Replace #[cfg(unix)] with #[cfg(any(target_os = "android", target_os = "linux"))] 2023-10-11 00:43:29 +00:00
LICENSE crosvm: add licensing/description to alpha crates 2023-01-14 02:05:06 +00:00