From eddfe3af8385c4469aa1a02b038b76fc64ed43b0 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 1 Jul 2019 14:54:47 +0200 Subject: [PATCH] `impl Trait` is stable --- components/constellation/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/constellation/lib.rs b/components/constellation/lib.rs index 2beee10e78d..b102a0bc2b5 100644 --- a/components/constellation/lib.rs +++ b/components/constellation/lib.rs @@ -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;