Skip to content

Commit c828fa7

Browse files
committed
chore: apply clippy
1 parent 28a5f03 commit c828fa7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/libs/kill_tree/src/linux.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,7 @@ fn parse_status(process_id: ProcessId, status_path: String, status: String) -> R
8787
})
8888
}
8989

90-
fn parse_proc_entry(
91-
process_id: ProcessId,
92-
path: &std::path::PathBuf,
93-
) -> Result<std::path::PathBuf> {
90+
fn parse_proc_entry(process_id: ProcessId, path: &std::path::Path) -> Result<std::path::PathBuf> {
9491
if !path.is_dir() {
9592
return Err(Error::InvalidProcEntry {
9693
process_id,

0 commit comments

Comments
 (0)