We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4d1f4 commit 3f541b9Copy full SHA for 3f541b9
crates/shim/src/sys/mod.rs
@@ -17,4 +17,5 @@
17
#[cfg(windows)]
18
pub(crate) mod windows;
19
20
+#[allow(unused_imports)]
21
pub use crate::sys::windows::NamedPipeLogger;
0 commit comments