Skip to content

Commit

Permalink
Reinstate mpsc_select feature gate for the in-process implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed May 19, 2016
1 parent 847a459 commit f4fef7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f4fef7d

Please sign in to comment.