Cleanup lint and make sure all tests run as appropriate with debug_assertions enable

This commit is contained in:
2020-12-26 17:20:13 -08:00
parent 992fcb01be
commit 2f36a0b5e8
3 changed files with 112 additions and 153 deletions

View File

@@ -13,7 +13,7 @@ pub mod day2;
pub mod day20;
pub mod day21;
pub mod day22;
//pub mod day23;
pub mod day23;
pub mod day24;
pub mod day25;
pub mod day3;