impl Trait is stable

This commit is contained in:
Simon Sapin 2019-07-01 14:54:47 +02:00
parent da168de296
commit eddfe3af83

View file

@ -3,7 +3,6 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
#![deny(unsafe_code)]
#![cfg_attr(feature = "unstable", feature(conservative_impl_trait))]
#[macro_use]
extern crate crossbeam_channel;