diff options
Diffstat (limited to 'python/tidy/tests/ban-domrefcell.rs')
-rw-r--r-- | python/tidy/tests/ban-domrefcell.rs | 3 |
1 files changed, 0 insertions, 3 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; |