summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-12-08 02:20:12 -0500
committerJesse Luehrs <doy@tozt.net>2020-12-08 02:20:12 -0500
commit340c586e323d3c8838c0e5fd53870a4d07350c75 (patch)
treea29c27200d8f07f37f7599b5f6dda478e5ae55b4 /src/main.rs
parent935aa4ba68c865adbe36a99ae02bb6f40b73edc6 (diff)
downloadadvent-of-code-340c586e323d3c8838c0e5fd53870a4d07350c75.tar.gz
advent-of-code-340c586e323d3c8838c0e5fd53870a4d07350c75.zip
day 6
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index af137fd..3905d9b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,3 +1,5 @@
+#![allow(clippy::collapsible_if)]
+
mod util;
#[path = "2020/mod.rs"]
mod year2020;