aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy
diff options
context:
space:
mode:
Diffstat (limited to 'python/tidy')
-rw-r--r--python/tidy/tests/ban-domrefcell.rs3
-rw-r--r--python/tidy/tests/ban.rs3
2 files changed, 0 insertions, 6 deletions
diff --git a/python/tidy/tests/ban-domrefcell.rs b/python/tidy/tests/ban-domrefcell.rs
index 9bfc9ba8938..75f519c4dc6 100644
--- a/python/tidy/tests/ban-domrefcell.rs
+++ b/python/tidy/tests/ban-domrefcell.rs
@@ -2,9 +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(plugin)]
-#![plugin(script_plugins)]
-
extern crate script;
use script::test::Dom;
diff --git a/python/tidy/tests/ban.rs b/python/tidy/tests/ban.rs
index 9da46d2ee53..2ad140ab5d5 100644
--- a/python/tidy/tests/ban.rs
+++ b/python/tidy/tests/ban.rs
@@ -2,9 +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(plugin)]
-#![plugin(script_plugins)]
-
extern crate js;
use js::jsval::JSVal;