Skip to content

Commit 81841dc

Browse files
committed
Allow undexpected cfgs for bootstrap.
1 parent 88692d2 commit 81841dc

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/windows

1 file changed

+1
-0
lines changed

library/std/src/sys/windows/os.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! Implementation of `std::os` functionality for Windows.
22
3+
#![cfg_attr(bootstrap, allow(unexpected_cfgs))]
34
#![allow(nonstandard_style)]
45

56
#[cfg(test)]

0 commit comments

Comments
 (0)