diff --git a/lib/runtime-core/src/lib.rs b/lib/runtime-core/src/lib.rs index 34e4de8bc..139dda50a 100644 --- a/lib/runtime-core/src/lib.rs +++ b/lib/runtime-core/src/lib.rs @@ -6,7 +6,6 @@ unreachable_patterns )] #![cfg_attr(nightly, feature(unwind_attributes))] -#![feature(core_intrinsics)] #[cfg(test)] #[macro_use]