We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1726259 commit de8bf5bCopy full SHA for de8bf5b
src/libstd/sys/windows/mod.rs
@@ -36,7 +36,7 @@ pub mod rwlock;
36
pub mod thread;
37
pub mod thread_local;
38
pub mod time;
39
-cfg_if! {
+cfg_if::cfg_if! {
40
if #[cfg(not(target_vendor = "uwp"))] {
41
pub mod stdio;
42
pub mod stack_overflow;
0 commit comments