From b060de20c77d9469d6aebb166e5752a580749dec Mon Sep 17 00:00:00 2001 From: Keenan Tims Date: Fri, 13 Dec 2024 23:44:42 -0800 Subject: [PATCH] day11: clippies --- src/day11.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/day11.rs b/src/day11.rs index 04426e8..7029abf 100644 --- a/src/day11.rs +++ b/src/day11.rs @@ -89,7 +89,7 @@ pub fn part2(input: &str) -> IntType { #[cfg(test)] mod tests { use super::*; - pub const EXAMPLE: &str = &"125 17"; + pub const EXAMPLE: &str = "125 17"; #[test] fn part1_example() {