summaryrefslogtreecommitdiff
path: root/src/bin/day_19.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_19.rs
parentc6c98371c471cba796560164a25a5c4bd29862fa (diff)
Clean up unused imports
Diffstat (limited to 'src/bin/day_19.rs')
-rw-r--r--src/bin/day_19.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/day_19.rs b/src/bin/day_19.rs
index d5ee7f2..73c8374 100644
--- a/src/bin/day_19.rs
+++ b/src/bin/day_19.rs
@@ -4,11 +4,8 @@ use cached::UnboundCache;
use rpds::list;
use rpds::list::List;
use rpds::vector;
-use rpds::vector::Vector;
-use std::collections::HashMap;
use std::io;
use std::io::prelude::*;
-use std::iter;
use std::process;
use structopt::StructOpt;