diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-08-27 10:46:28 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-08-27 10:47:49 +0200 |
commit | a6dcfdcd55279330d068234a63dc3990930be5aa (patch) | |
tree | 35087e147db9958ba836fda50d6cde7c00c91320 /components/script_plugins/lib.rs | |
parent | da36740f0b1a48f5a4b4ed86318e110f1e63554b (diff) | |
download | servo-a6dcfdcd55279330d068234a63dc3990930be5aa.tar.gz servo-a6dcfdcd55279330d068234a63dc3990930be5aa.zip |
Upgrade to rustc 1.30.0-nightly (721913067 2018-08-26)
Diffstat (limited to 'components/script_plugins/lib.rs')
-rw-r--r-- | components/script_plugins/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script_plugins/lib.rs b/components/script_plugins/lib.rs index eb21b57be16..4ed12129df1 100644 --- a/components/script_plugins/lib.rs +++ b/components/script_plugins/lib.rs @@ -17,7 +17,6 @@ #![deny(unsafe_code)] #![feature(macro_at_most_once_rep)] -#![feature(macro_vis_matcher)] #![feature(plugin)] #![feature(plugin_registrar)] #![feature(rustc_private)] |