summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys/src/lib.rs')
-rw-r--r--vendor/windows-sys/src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/windows-sys/src/lib.rs b/vendor/windows-sys/src/lib.rs
index bf02a3239..2e4069f45 100644
--- a/vendor/windows-sys/src/lib.rs
+++ b/vendor/windows-sys/src/lib.rs
@@ -4,7 +4,8 @@ Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs
#![no_std]
#![doc(html_no_source)]
-#![allow(non_snake_case, non_upper_case_globals, non_camel_case_types, clashing_extern_declarations)]
+#![allow(non_snake_case, clashing_extern_declarations)]
+#![cfg_attr(windows_raw_dylib, feature(raw_dylib))]
extern crate self as windows_sys;
mod Windows;