clippy: inline format args

This commit is contained in:
Ferdinand Schober
2025-07-18 14:37:17 +02:00
parent 7e6b889f84
commit 8b4464fda8
8 changed files with 21 additions and 21 deletions

View File

@@ -45,7 +45,7 @@ impl AsyncFrontendListener {
let (socket_path, listener) = {
let socket_path = crate::default_socket_path()?;
log::debug!("remove socket: {:?}", socket_path);
log::debug!("remove socket: {socket_path:?}");
if socket_path.exists() {
// try to connect to see if some other instance
// of lan-mouse is already running