Browse Source

optimize day13 imports

niels 2 năm trước cách đây
mục cha
commit
a8fc90c6cd
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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,