소스 검색

optimize day13 imports

niels 2 년 전
부모
커밋
a8fc90c6cd
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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,