Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d925ec65 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix clippy::ptr-arg lint" into main

parents df17b83c 466d8849
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {