From f4fef7d8b0fc7381b958807c106b342e6efda689 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 19 May 2016 10:56:11 +0200 Subject: [PATCH] Reinstate mpsc_select feature gate for the in-process implementation. --- lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/lib.rs b/lib.rs index e5a506f27..89d36fc71 100644 --- a/lib.rs +++ b/lib.rs @@ -9,6 +9,7 @@ #![feature(custom_derive, plugin, slice_patterns)] #![feature(borrow_state)] +#![cfg_attr(any(target_os="windows", target_os="android"), feature(mpsc_select))] #![plugin(serde_macros)] #[macro_use]