all: fix clippy lints
This commit is contained in:
parent
daf03b423d
commit
58cab8894c
6 changed files with 9 additions and 9 deletions
|
|
@ -319,7 +319,7 @@ impl Forker {
|
|||
level: log::Level::Error as _,
|
||||
msg: format!("The ol' forker panicked: {}", pi),
|
||||
};
|
||||
let msg = bincode::encode_to_vec(&msg, bincode_ops()).unwrap();
|
||||
let msg = bincode::encode_to_vec(msg, bincode_ops()).unwrap();
|
||||
let _ = Fd::new(socket).write_all(&msg);
|
||||
})
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue