fix a bunch of warnings!

This commit is contained in:
Qyriad 2026-03-10 18:46:55 +01:00
parent b49032d5f4
commit b48209a33a
6 changed files with 10 additions and 84 deletions

View file

@ -7,7 +7,6 @@ use std::num::NonZeroU64;
#[allow(unused_imports)]
use crate::prelude::*;
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct Line(pub u64);
@ -43,5 +42,3 @@ impl Line {
self.0 + 1
}
}
pub struct Lines(Vec<Line>);