diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-07-31 13:34:01 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-07-31 13:34:01 +0200 |
commit | c38c964f1b1d2614f50863be0b896e1700b5fea8 (patch) | |
tree | cb22eaf3b552b3fac4bd06b70e42fbf3d30e369c /components/config/lib.rs | |
parent | 87e7e3d429f2122ffa9ef016ba5659a3b21be91b (diff) | |
download | servo-c38c964f1b1d2614f50863be0b896e1700b5fea8.tar.gz servo-c38c964f1b1d2614f50863be0b896e1700b5fea8.zip |
Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)
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] |