From c38c964f1b1d2614f50863be0b896e1700b5fea8 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Wed, 31 Jul 2019 13:34:01 +0200 Subject: Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30) --- components/config/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'components/config/lib.rs') diff --git a/components/config/lib.rs b/components/config/lib.rs index f00c2b853f8..47bef2f0c3e 100644 --- a/components/config/lib.rs +++ b/components/config/lib.rs @@ -2,7 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ -#![feature(core_intrinsics)] #![deny(unsafe_code)] #[macro_use] -- cgit v1.2.3