Remove unused use statement

This commit is contained in:
2020-12-09 17:43:57 -08:00
parent 3185eef130
commit 5dc51a050f

View File

@@ -75,8 +75,6 @@
//!
//! What is the encryption weakness in your XMAS-encrypted list of numbers?
use std::collections::HashSet;
use aoc_runner_derive::{aoc, aoc_generator};
#[aoc_generator(day9)]