Skip to content

Commit de8bf5b

Browse files
committed
libstd: windows: Use qualified path for cfg_if
1 parent 1726259 commit de8bf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/windows/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub mod rwlock;
3636
pub mod thread;
3737
pub mod thread_local;
3838
pub mod time;
39-
cfg_if! {
39+
cfg_if::cfg_if! {
4040
if #[cfg(not(target_vendor = "uwp"))] {
4141
pub mod stdio;
4242
pub mod stack_overflow;

0 commit comments

Comments
 (0)