Skip to content

Commit d9f2e41

Browse files
committed
test accept IOCP
1 parent 193c73b commit d9f2e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/syscall/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ mod unix;
99
#[cfg(windows)]
1010
pub use windows::*;
1111

12-
#[allow(non_snake_case)]
12+
#[allow(non_snake_case, dead_code)]
1313
#[cfg(windows)]
1414
mod windows;

0 commit comments

Comments
 (0)