Skip to content

Commit 03dd81e

Browse files
committed
fix: clippy
1 parent 3e833d9 commit 03dd81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libs/kill_tree/src/macos.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pub(crate) async fn get_process_infos() -> common::Result<ProcessInfos> {
5757
libproc::proc_listpids(
5858
libproc::PROC_ALL_PIDS,
5959
0_u32,
60-
buffer.as_mut_ptr() as _,
60+
buffer.as_mut_ptr().cast(),
6161
buffer_size,
6262
)
6363
};

0 commit comments

Comments
 (0)