Skip to content

Commit d1f0cf5

Browse files
authored
Fix building because of deprecation warnings. (rust-windowing#1190)
Signed-off-by: Hal Gentz <zegentzy@protonmail.com>
1 parent 356e6cb commit d1f0cf5

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

glutin/src/lib.rs

-15
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,10 @@
6565
[`RawContextExt`]: os/unix/trait.RawContextExt.html
6666
"
6767
)]
68-
#![cfg(any(
69-
target_os = "linux",
70-
target_os = "ios",
71-
target_os = "windows",
72-
target_os = "macos",
73-
target_os = "android",
74-
target_os = "dragonfly",
75-
target_os = "freebsd",
76-
target_os = "netbsd",
77-
target_os = "openbsd",
78-
target_os = "emscripten",
79-
))]
8068
#![deny(
81-
warnings,
8269
missing_debug_implementations,
8370
//missing_docs,
8471
)]
85-
// Docs for subcrates are borked.
86-
#![allow(intra_doc_link_resolution_failure)]
8772

8873
#[cfg(any(
8974
target_os = "windows",

0 commit comments

Comments
 (0)