Skip to content
Snippets Groups Projects
Commit a5826712 authored by Stephen D's avatar Stephen D
Browse files

clippy fix

parent 512869a9
Branches master
No related tags found
No related merge requests found
Pipeline #9294 passed
......@@ -40,7 +40,7 @@ pub fn print_rainbow(
}
}
stdout().write_all(&[b'\n'])?;
stdout().write_all(b"\n")?;
Ok(())
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment