Skip to content

Commit

Permalink
clippy: smol fix
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Sep 2, 2024
1 parent b01a0fb commit 6d22af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ impl Filter {
json_cstr.as_ptr(),
json.len() as i32,
filter.as_mut_ptr(),
buf.as_mut_ptr() as *mut u8,
buf.as_mut_ptr(),
bufsize as ::std::os::raw::c_int,
) as usize;

Expand Down

0 comments on commit 6d22af6

Please sign in to comment.