aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_plugins
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-08-13 13:03:46 +0200
committerGitHub <noreply@github.com>2021-08-13 13:03:46 +0200
commit7bc6742a45f1ee031ece3f0a566661735e949a7b (patch)
treecb737fd14635cb29079a45f0f1d311f0ce73e7c1 /components/script_plugins
parentf389da94297460b11614fd217b1fc6d41e8f57cf (diff)
downloadservo-7bc6742a45f1ee031ece3f0a566661735e949a7b.tar.gz
servo-7bc6742a45f1ee031ece3f0a566661735e949a7b.zip
Remove unnecessary feature gate
Diffstat (limited to 'components/script_plugins')
-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 218d7107610..0edab34dc84 100644
--- a/components/script_plugins/lib.rs
+++ b/components/script_plugins/lib.rs
@@ -9,7 +9,6 @@
#![deny(unsafe_code)]
#![feature(plugin)]
-#![feature(plugin_registrar)]
#![feature(rustc_private)]
#![cfg(feature = "unrooted_must_root_lint")]