aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2017-02-15 22:49:37 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2017-02-15 22:49:37 +0100
commit1464c11cea5e737be4ccc30dc5132f297bc59e0c (patch)
tree528cfc94ebad9c763c52bcfb05cd7dde65f37d70
parenta6d59d87145ad03a95c65e5f9b384b46a91687a4 (diff)
downloadservo-1464c11cea5e737be4ccc30dc5132f297bc59e0c.tar.gz
servo-1464c11cea5e737be4ccc30dc5132f297bc59e0c.zip
Fix a warning in plugin compile tests
-rw-r--r--tests/compiletest/plugin/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/compiletest/plugin/lib.rs b/tests/compiletest/plugin/lib.rs
index d8298ea5c7b..d3466c57b9b 100644
--- a/tests/compiletest/plugin/lib.rs
+++ b/tests/compiletest/plugin/lib.rs
@@ -3,8 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
extern crate compiletest_helper;
-#[macro_use]
-extern crate deny_public_fields;
#[test]
fn compile_test() {