summaryrefslogtreecommitdiff
path: root/src/bin/day_12.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_12.rs
parentc6c98371c471cba796560164a25a5c4bd29862fa (diff)
Clean up unused imports
Diffstat (limited to 'src/bin/day_12.rs')
-rw-r--r--src/bin/day_12.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/day_12.rs b/src/bin/day_12.rs
index fa0db20..7e42f4c 100644
--- a/src/bin/day_12.rs
+++ b/src/bin/day_12.rs
@@ -1,5 +1,3 @@
-use rpds::vector::Vector;
-use std::fmt;
use std::io;
use std::io::prelude::*;
use std::iter;