summaryrefslogtreecommitdiff
path: root/src/bin/day_18.rs
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2020-01-23 00:49:30 +0200
committerJustin Wernick <justin@worthe-it.co.za>2020-01-23 00:49:30 +0200
commitcd651c866df78df8f050dcca1698d244ab0baee5 (patch)
tree68d35a62cfe63f0d1608b5ec0fe7c0531f2850e3 /src/bin/day_18.rs
parentc6c98371c471cba796560164a25a5c4bd29862fa (diff)
Clean up unused imports
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 34db7f9..255baa0 100644
--- a/src/bin/day_18.rs
+++ b/src/bin/day_18.rs
@@ -1,5 +1,4 @@
use rpds::rbt_set;
-use rpds::vector;
use rpds::vector::Vector;
use rpds::RedBlackTreeMap;
use rpds::RedBlackTreeSet;