Skip to content

Commit 34bd718

Browse files
committed
test: fix clippy
1 parent ce473d1 commit 34bd718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libs/kill_tree/src/linux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ mod tests {
368368
let status = match std::fs::read_to_string(&status_path) {
369369
Ok(x) => x,
370370
Err(e) => {
371-
panic!("Failed to read status. error: {}", e);
371+
panic!("Failed to read status. error: {e}");
372372
}
373373
};
374374
let process_info = parse_status(process_id, status_path.display().to_string(), &status)

0 commit comments

Comments
 (0)