From bdacdf49e532ce869d1eb96e967fd77991566a7f Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sun, 17 Nov 2019 16:34:03 +0100 Subject: [PATCH] Remove unused core_intrinsics feature gate from bootstrap --- src/bootstrap/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index 637323331f58..042e3b55cc99 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -103,7 +103,6 @@ //! More documentation can be found in each respective module below, and you can //! also check out the `src/bootstrap/README.md` file for more information. -#![feature(core_intrinsics)] #![feature(drain_filter)] use std::cell::{Cell, RefCell};