summaryrefslogtreecommitdiff
path: root/src/bin/day_18.rs
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2019-12-26 16:52:34 +0200
committerJustin Wernick <justin@worthe-it.co.za>2019-12-26 16:52:34 +0200
commitf5f3547a30427c0c0c96fa657af1b62fa68aedce (patch)
treea091530946fec3f9d6db97d28a47a30cf48f1264 /src/bin/day_18.rs
parent7b994344a3fe38fa0e59109070be169ceeda06e1 (diff)
Day 19: Tractor beam!
Diffstat (limited to 'src/bin/day_18.rs')
-rw-r--r--src/bin/day_18.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/day_18.rs b/src/bin/day_18.rs
index 8714e4f..34db7f9 100644
--- a/src/bin/day_18.rs
+++ b/src/bin/day_18.rs
@@ -1,4 +1,3 @@
-use rayon::prelude::*;
use rpds::rbt_set;
use rpds::vector;
use rpds::vector::Vector;