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

Commit 84a29f48 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

parents 0d76ed04 d925ec65
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 {