Parcourir la source

optimize day13 imports

niels il y a 2 ans
Parent
commit
a8fc90c6cd
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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,