Skip to content

Commit 3f541b9

Browse files
bryantbiggsmxpv
authored andcommitted
fix: All unused re-export to pass clippy
1 parent da4d1f4 commit 3f541b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/shim/src/sys/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
#[cfg(windows)]
1818
pub(crate) mod windows;
1919
#[cfg(windows)]
20+
#[allow(unused_imports)]
2021
pub use crate::sys::windows::NamedPipeLogger;

0 commit comments

Comments
 (0)