Skip to content

Commit

Permalink
Allow undexpected cfgs for bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
smmalis37 committed Dec 18, 2023
1 parent 88692d2 commit 81841dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/sys/windows/os.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! Implementation of `std::os` functionality for Windows.
#![cfg_attr(bootstrap, allow(unexpected_cfgs))]
#![allow(nonstandard_style)]

#[cfg(test)]
Expand Down

0 comments on commit 81841dc

Please sign in to comment.