diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-11-17 16:34:03 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-02-04 18:22:59 +0100 |
| commit | bdacdf49e532ce869d1eb96e967fd77991566a7f (patch) | |
| tree | 84c6578c276e750ace7e9fd5f1f13023d5027e85 | |
| parent | 126ad2b813010447807b0593a80bc6c04962e7ea (diff) | |
| download | rust-bdacdf49e532ce869d1eb96e967fd77991566a7f.tar.gz rust-bdacdf49e532ce869d1eb96e967fd77991566a7f.zip | |
Remove unused core_intrinsics feature gate from bootstrap
| -rw-r--r-- | src/bootstrap/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index 637323331f5..042e3b55cc9 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}; |
