aboutsummaryrefslogtreecommitdiffstats
path: root/components/config/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2019-07-31 13:34:01 +0200
committerSimon Sapin <simon.sapin@exyr.org>2019-07-31 13:34:01 +0200
commitc38c964f1b1d2614f50863be0b896e1700b5fea8 (patch)
treecb22eaf3b552b3fac4bd06b70e42fbf3d30e369c /components/config/lib.rs
parent87e7e3d429f2122ffa9ef016ba5659a3b21be91b (diff)
downloadservo-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.rs1
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]