Skip to content

Commit

Permalink
fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz committed Mar 16, 2024
1 parent 9d8af60 commit 47c7af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lz4f/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl DecompressionContext {
let code = unsafe {
binding::LZ4F_getFrameInfo(
self.ctx.as_ptr(),
info.as_mut_ptr() as *mut FrameInfo,
info.as_mut_ptr(),
src.as_ptr() as *const c_void,
&mut src_len as *mut usize,
)
Expand Down

0 comments on commit 47c7af0

Please sign in to comment.