Skip to content

Commit 1bda1fc

Browse files
committed
fix: unused
1 parent 8343150 commit 1bda1fc

File tree

1 file changed

+1
-3
lines changed
  • crates/pgt_cli/src/service

1 file changed

+1
-3
lines changed

Diff for: crates/pgt_cli/src/service/mod.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ use tokio::{
4343
#[cfg(windows)]
4444
mod windows;
4545
#[cfg(windows)]
46-
pub(crate) use self::windows::{
47-
ensure_daemon, enumerate_pipes, open_socket, print_socket, run_daemon,
48-
};
46+
pub(crate) use self::windows::{ensure_daemon, open_socket, print_socket, run_daemon};
4947

5048
#[cfg(unix)]
5149
mod unix;

0 commit comments

Comments
 (0)