Browse Source

optimize day13 imports

niels 2 years ago
parent
commit
a8fc90c6cd
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/bin/day13.rs

+ 1 - 2
src/bin/day13.rs

@@ -1,7 +1,6 @@
-use std::{cmp::Ordering, ops::Index};
+use std::cmp::Ordering;
 
 use aoc2022_niels_overkamp::common::{self, AOCResult};
-use itertools::Itertools;
 use nom::{
     branch::alt,
     bytes::complete::tag,