Skip to content

Commit

Permalink
Merge "Fix clippy::ptr-arg lint" into main am: d925ec6 am: 84a29f4
Browse files Browse the repository at this point in the history
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2996743

Change-Id: I201a97850e568ace1365f8f0d762a539545ee5c8
Signed-off-by: Automerger Merge Worker <[email protected]>
  • Loading branch information
Treehugger Robot authored and android-build-merge-worker-robot committed Mar 11, 2024
2 parents ae4c6cb + 84a29f4 commit e4f2eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/evemu-record/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ fn print_device_description(
fn print_in_8_byte_chunks(
output: &mut impl Write,
prefix: &str,
data: &Vec<u8>,
data: &[u8],
) -> Result<(), io::Error> {
for (i, byte) in data.iter().enumerate() {
if i % 8 == 0 {
Expand Down

0 comments on commit e4f2eb2

Please sign in to comment.