fix: All unused re-export to pass clippy

This commit is contained in:
Bryant Biggs 2024-10-04 14:52:16 +00:00 committed by Maksym Pavlenko
parent da4d1f48bf
commit 3f541b9454
1 changed files with 1 additions and 0 deletions

View File

@ -17,4 +17,5 @@
#[cfg(windows)]
pub(crate) mod windows;
#[cfg(windows)]
#[allow(unused_imports)]
pub use crate::sys::windows::NamedPipeLogger;