From e9ad3611f6e8a6a5f2ebbae499a8bca3685dc3b1 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Mon, 1 Feb 2021 16:16:13 -0800 Subject: [PATCH] get rid of outdated cfg_attr --- crates/wasi-common/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/wasi-common/src/lib.rs b/crates/wasi-common/src/lib.rs index 9b84849fae..5dc7c90913 100644 --- a/crates/wasi-common/src/lib.rs +++ b/crates/wasi-common/src/lib.rs @@ -1,5 +1,3 @@ -#![cfg_attr(feature = "nightly", feature(windows_by_handle))] - pub mod clocks; mod ctx; pub mod dir;