apply some simple clippy lints

This commit is contained in:
auronandace
2025-06-30 17:11:48 +01:00
parent a86aec193d
commit 721d49adfb
3 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ impl DiskWrapper {
remaining,
self.block
.len()
.checked_sub(offset.try_into().unwrap())
.checked_sub(offset)
.unwrap(),
);