Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 7564469

Browse files
author
cyh21
committed
fix clippy v2
1 parent bf6bf95 commit 7564469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/imp/task/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ pub fn sys_wait4(pid: i32, exit_code_ptr: UserPtr<i32>, option: u32) -> LinuxRes
147147
let option_flag = WaitFlags::from_bits(option).unwrap();
148148
let exit_code_ptr = exit_code_ptr.nullable(UserPtr::get)?;
149149
info!(
150-
"wait4: pid: {}, exit_code_ptr: {:?}, option: {}",
150+
"wait4: pid: {}, exit_code_ptr: {:?}, option: {}",
151151
pid, exit_code_ptr, option
152152
);
153153
loop {

0 commit comments

Comments
 (0)