1
Fork 0

Remove unused core_intrinsics feature gate from bootstrap

This commit is contained in:
bjorn3 2019-11-17 16:34:03 +01:00
parent 126ad2b813
commit bdacdf49e5

View file

@ -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};