fix: All unused re-export to pass clippy
This commit is contained in:
parent
da4d1f48bf
commit
3f541b9454
|
|
@ -17,4 +17,5 @@
|
|||
#[cfg(windows)]
|
||||
pub(crate) mod windows;
|
||||
#[cfg(windows)]
|
||||
#[allow(unused_imports)]
|
||||
pub use crate::sys::windows::NamedPipeLogger;
|
||||
|
|
|
|||
Loading…
Reference in New Issue