diff --git a/2020/src/day9.rs b/2020/src/day9.rs index 8151373..bf2f224 100644 --- a/2020/src/day9.rs +++ b/2020/src/day9.rs @@ -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)]