diff options
Diffstat (limited to 'components/config/lib.rs')
-rw-r--r-- | components/config/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/config/lib.rs b/components/config/lib.rs index f00c2b853f8..47bef2f0c3e 100644 --- a/components/config/lib.rs +++ b/components/config/lib.rs @@ -2,7 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ -#![feature(core_intrinsics)] #![deny(unsafe_code)] #[macro_use] |