fix lint for now
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
e64f4df763
commit
1b8ae43ec9
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ async fn run_unix_socket_server(
|
||||||
#[allow(clippy::let_underscore_untyped)] // error[E0658]: attributes on expressions are experimental
|
#[allow(clippy::let_underscore_untyped)] // error[E0658]: attributes on expressions are experimental
|
||||||
#[cfg(feature = "systemd")]
|
#[cfg(feature = "systemd")]
|
||||||
let _ = sd_notify::notify(true, &[sd_notify::NotifyState::Ready]);
|
let _ = sd_notify::notify(true, &[sd_notify::NotifyState::Ready]);
|
||||||
let bind = tokio::net::UnixListener::bind(&path)?;
|
let bind = tokio::net::UnixListener::bind(path)?;
|
||||||
info!("Listening at {:?}", path);
|
info!("Listening at {:?}", path);
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue