clippies
Some checks failed
test / AoC 2024 (push) Failing after 1m14s

This commit is contained in:
2024-12-13 17:55:25 -08:00
parent d6d81a0c29
commit d88f907c03
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
use std::str::FromStr;
use aoc_runner_derive::{aoc, aoc_generator};
use aoc_runner_derive::aoc;
use grid::{Coord2d, Grid};
pub struct Farm {