Skip to content

Commit d0371d4

Browse files
committed
Allow unused imports in windows module
1 parent 27f8f79 commit d0371d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! This module largely exists to integrate into libstd itself where winapi is
88
//! not currently available.
99
10-
#![allow(bad_style, dead_code)]
10+
#![allow(bad_style, dead_code, unused)]
1111

1212
cfg_if::cfg_if! {
1313
if #[cfg(feature = "verify-winapi")] {

0 commit comments

Comments
 (0)