fix a bunch of warnings!
This commit is contained in:
parent
b49032d5f4
commit
b48209a33a
6 changed files with 10 additions and 84 deletions
|
|
@ -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>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue