diff options
-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() { |