Skip to content

Commit

Permalink
Remove unused core_intrinsics feature gate from bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Feb 4, 2020
1 parent 126ad2b commit bdacdf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bootstrap/lib.rs
Expand Up @@ -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};
Expand Down

0 comments on commit bdacdf4

Please sign in to comment.