Cleanup / fix clippy lints

This commit is contained in:
Connor Slade
2024-08-07 20:24:14 -04:00
parent 2e818d4f4f
commit 34cde7c569
5 changed files with 11 additions and 9 deletions

View File

@@ -9,6 +9,7 @@ pub struct SliceResult<'a, Layer> {
pub slice_config: &'a SliceConfig,
}
#[derive(Debug)]
pub struct Run {
pub length: u64,
pub value: u8,