chore: clippy fixes

This commit is contained in:
Victoria Brekenfeld 2026-07-15 17:50:33 +02:00 committed by Victoria Brekenfeld
parent 9feaa865ab
commit 8ab946f10a
4 changed files with 17 additions and 25 deletions

View file

@ -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()