Skip to content

Commit 30dd860

Browse files
committed
Fix lint
1 parent 6d46c6d commit 30dd860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/year2019/day17.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pub fn part2(input: &Input) -> i64 {
100100
let path = build_path(input);
101101
let mut movement = Movement { routine: String::new(), functions: [None; 3] };
102102

103-
compress(&path, &mut movement);
103+
let _unused = compress(&path, &mut movement);
104104

105105
// Convert trailing comma ',' into a trailing newline '\n'
106106
let mut rules = String::new();

0 commit comments

Comments
 (0)