chore: clippy fixes
This commit is contained in:
parent
9feaa865ab
commit
8ab946f10a
4 changed files with 17 additions and 25 deletions
|
|
@ -36,7 +36,7 @@ impl Common {
|
|||
) -> Result<Socket> {
|
||||
let socket_name = format!(
|
||||
"{}-{}",
|
||||
&self.socket.to_string_lossy(),
|
||||
self.socket.to_string_lossy(),
|
||||
render_node
|
||||
.dev_path()
|
||||
.unwrap()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue