We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88692d2 commit 81841dcCopy full SHA for 81841dc
library/std/src/sys/windows/os.rs
@@ -1,5 +1,6 @@
1
//! Implementation of `std::os` functionality for Windows.
2
3
+#![cfg_attr(bootstrap, allow(unexpected_cfgs))]
4
#![allow(nonstandard_style)]
5
6
#[cfg(test)]
0 commit comments