Skip to content

Commit bb08c55

Browse files
authored
Borrowed_gen_data (#31)
* Cargo.lock auto-update * Permit borrowed data in generators
1 parent fd35ef0 commit bb08c55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/parse/gen_run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ macro_rules! run_day {
2929
$( $crate::run_sol!($day, &input, $sol); )+
3030
} else {
3131
$( $crate::skip_sol!($sol); )+
32-
}
32+
};
3333
}
3434
}}
3535
}

0 commit comments

Comments
 (0)