We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f8f79 commit d0371d4Copy full SHA for d0371d4
src/windows.rs
@@ -7,7 +7,7 @@
7
//! This module largely exists to integrate into libstd itself where winapi is
8
//! not currently available.
9
10
-#![allow(bad_style, dead_code)]
+#![allow(bad_style, dead_code, unused)]
11
12
cfg_if::cfg_if! {
13
if #[cfg(feature = "verify-winapi")] {
0 commit comments