diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2017-02-15 22:49:37 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-02-15 22:49:37 +0100 |
commit | 1464c11cea5e737be4ccc30dc5132f297bc59e0c (patch) | |
tree | 528cfc94ebad9c763c52bcfb05cd7dde65f37d70 | |
parent | a6d59d87145ad03a95c65e5f9b384b46a91687a4 (diff) | |
download | servo-1464c11cea5e737be4ccc30dc5132f297bc59e0c.tar.gz servo-1464c11cea5e737be4ccc30dc5132f297bc59e0c.zip |
Fix a warning in plugin compile tests
-rw-r--r-- | tests/compiletest/plugin/lib.rs | 2 |
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() { |