apply some simple clippy lints
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ impl DiskWrapper {
|
||||
remaining,
|
||||
self.block
|
||||
.len()
|
||||
.checked_sub(offset.try_into().unwrap())
|
||||
.checked_sub(offset)
|
||||
.unwrap(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user