We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193c73b commit d9f2e41Copy full SHA for d9f2e41
core/src/syscall/mod.rs
@@ -9,6 +9,6 @@ mod unix;
9
#[cfg(windows)]
10
pub use windows::*;
11
12
-#[allow(non_snake_case)]
+#[allow(non_snake_case, dead_code)]
13
14
mod windows;
0 commit comments