From 3dfd12967aed35b7788f7d3c7460b76b76e70b60 Mon Sep 17 00:00:00 2001 From: Vadim Chugunov Date: Sun, 10 Aug 2014 21:26:45 -0700 Subject: Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")] --- src/libnative/io/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libnative/io') diff --git a/src/libnative/io/mod.rs b/src/libnative/io/mod.rs index db5421481ee..afd818bd7d7 100644 --- a/src/libnative/io/mod.rs +++ b/src/libnative/io/mod.rs @@ -58,7 +58,8 @@ pub mod file; #[path = "timer_unix.rs"] pub mod timer; -#[cfg(target_os = "win32")] +#[cfg(target_os = "windows")] +#[cfg(stage0, target_os = "win32")] // NOTE: Remove after snapshot #[path = "timer_win32.rs"] pub mod timer; -- cgit 1.4.1-3-g733a5