diff options
Diffstat (limited to 'tests/unit/script/lib.rs')
-rw-r--r-- | tests/unit/script/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unit/script/lib.rs b/tests/unit/script/lib.rs index 9b8c1ba6f5e..83131e51dd2 100644 --- a/tests/unit/script/lib.rs +++ b/tests/unit/script/lib.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 http://mozilla.org/MPL/2.0/. */ -#![feature(plugin)] -#![plugin(plugins)] - extern crate euclid; extern crate msg; extern crate script; |