aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_plugins/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-12-08 11:24:26 +0100
committerSimon Sapin <simon.sapin@exyr.org>2018-12-28 13:16:55 +0100
commit82fc6d9f49a657e2857da3f1b22140e3b6efdf09 (patch)
treedec979af6c0c1ecc5b70436ebb163c4ff6738a91 /components/script_plugins/lib.rs
parentec846e3c86ef631c6b65364d7d648f34a6bf986e (diff)
downloadservo-82fc6d9f49a657e2857da3f1b22140e3b6efdf09.tar.gz
servo-82fc6d9f49a657e2857da3f1b22140e3b6efdf09.zip
Upgrade to rustc 1.33.0-nightly (fb86d604b 2018-12-27)
Diffstat (limited to 'components/script_plugins/lib.rs')
-rw-r--r--components/script_plugins/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script_plugins/lib.rs b/components/script_plugins/lib.rs
index 60a087da254..7fdfb10fcce 100644
--- a/components/script_plugins/lib.rs
+++ b/components/script_plugins/lib.rs
@@ -14,7 +14,6 @@
//! Use this for structs that correspond to a DOM type
#![deny(unsafe_code)]
-#![feature(macro_at_most_once_rep)]
#![feature(plugin)]
#![feature(plugin_registrar)]
#![feature(rustc_private)]