Skip to content

Commit

Permalink
2023: Silence warning for all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jp7677 committed Dec 1, 2023
1 parent f61a7ce commit 63fab1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions 2023/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

mod day00;
mod day01;
mod util;
Expand Down
2 changes: 0 additions & 2 deletions 2023/src/util/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(dead_code)]

mod days;
mod input;

Expand Down

0 comments on commit 63fab1b

Please sign in to comment.