Removed unnecessary import

This commit is contained in:
Jan-Bulthuis 2024-12-22 13:08:15 +01:00
parent 78040a4c80
commit 3db9cd1e69
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
use std::usize;
use aoc_runner_derive::{aoc, aoc_generator}; use aoc_runner_derive::{aoc, aoc_generator};
#[derive(Debug, Clone, Copy, PartialEq, Eq)] #[derive(Debug, Clone, Copy, PartialEq, Eq)]