Skip to content

Commit 8343150

Browse files
committed
fix: unused import
1 parent 06d7234 commit 8343150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/pgt_cli/src/service/windows.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ fn get_pipe_name() -> String {
2727
format!(r"\\.\pipe\pgt-service-{}", pgt_configuration::VERSION)
2828
}
2929

30+
#[allow(dead_code)]
3031
pub(crate) fn enumerate_pipes() -> io::Result<impl Iterator<Item = String>> {
3132
read_dir(r"\\.\pipe").map(|iter| {
3233
iter.filter_map(|entry| {

0 commit comments

Comments
 (0)