mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-27 05:40:32 +01:00
Bunch of clippy fixes
This commit is contained in:
@@ -106,7 +106,7 @@ fn shuffle(encrypted: &[i64], times: usize) -> Result<String> {
|
||||
}
|
||||
|
||||
pub fn part2(input: &[u8]) -> Result<String> {
|
||||
const ENCRYPTION_KEY: i64 = 811589153;
|
||||
const ENCRYPTION_KEY: i64 = 811_589_153;
|
||||
|
||||
let mut encrypted = parse_input(input, parse_encrypted)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user