We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce473d1 commit 34bd718Copy full SHA for 34bd718
crates/libs/kill_tree/src/linux.rs
@@ -368,7 +368,7 @@ mod tests {
368
let status = match std::fs::read_to_string(&status_path) {
369
Ok(x) => x,
370
Err(e) => {
371
- panic!("Failed to read status. error: {}", e);
+ panic!("Failed to read status. error: {e}");
372
}
373
};
374
let process_info = parse_status(process_id, status_path.display().to_string(), &status)
0 commit comments