Skip to content

Commit 14165d3

Browse files
committed
Clippy fix
1 parent 8ac5962 commit 14165d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drv/cosmo-hf/src/apob.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ impl ApobState {
575575
data.write_range(i..(i + n), &out_buf[..n])
576576
.map_err(|_| ApobReadError::ReadFailed)?;
577577
}
578-
Ok(data.len() as usize)
578+
Ok(data.len())
579579
}
580580

581581
pub(crate) fn commit(

0 commit comments

Comments
 (0)